You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
72 lines
1.4 KiB
72 lines
1.4 KiB
@import "../../c/config";
|
|
@import "../../c/function";
|
|
@import "./c/common";
|
|
|
|
.g-cpt {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
justify-content: space-between;
|
|
margin-top: 5px;
|
|
}
|
|
|
|
.m-sizer {
|
|
width: 195px;
|
|
margin: 10px 0;
|
|
margin-left: auto;
|
|
|
|
> span {
|
|
font-size: 16px;
|
|
font-family: PingFang SC;
|
|
font-weight: 400;
|
|
color: #ffffff;
|
|
}
|
|
|
|
::v-deep .el-input {
|
|
width: 140px;
|
|
height: 36px;
|
|
.el-input__inner {
|
|
height: 100%;
|
|
padding: 0 10px;
|
|
color: #fff;
|
|
line-height: 36px;
|
|
background: #06186d;
|
|
border: 1px solid #1a64cc;
|
|
}
|
|
.el-icon-arrow-up:before {
|
|
content: "\e78f";
|
|
}
|
|
}
|
|
::v-deep .el-date-editor {
|
|
.el-input__prefix {
|
|
left: unset;
|
|
right: 5px;
|
|
}
|
|
}
|
|
}
|
|
|
|
.m-tb {
|
|
width: 33%;
|
|
.title {
|
|
margin-bottom: 10px;
|
|
padding: 4px 2px;
|
|
font-size: 22px;
|
|
font-family: PingFang SC;
|
|
font-weight: 800;
|
|
color: #ffffff;
|
|
display: flex;
|
|
align-items: center;
|
|
|
|
img {
|
|
display: block;
|
|
margin-right: 5px;
|
|
}
|
|
span {
|
|
display: block;
|
|
}
|
|
}
|
|
.tb {
|
|
height: calc(988px - 230px);
|
|
overflow-y: auto;
|
|
@include scrollBar;
|
|
}
|
|
}
|
|
|