96 lines
1.4 KiB
Plaintext
96 lines
1.4 KiB
Plaintext
.normalWapper {
|
|
.topContent {
|
|
padding: 8px 20px;
|
|
display: flex;
|
|
align-items: center;
|
|
|
|
.month {
|
|
margin-right: 26px;
|
|
|
|
span:first-child {
|
|
margin-right: 8px;
|
|
}
|
|
|
|
i {
|
|
color: #666;
|
|
margin-left: 8px;
|
|
}
|
|
}
|
|
}
|
|
|
|
.tabOption {
|
|
display: flex;
|
|
align-items: center;
|
|
padding: 8px 20px;
|
|
justify-content: flex-end;
|
|
|
|
i, button {
|
|
cursor: pointer;
|
|
margin-right: 10px;
|
|
}
|
|
|
|
.anticon-search {
|
|
margin-right: 0px;
|
|
}
|
|
|
|
.wea-input-focus-btn {
|
|
margin-right: 0px;
|
|
}
|
|
}
|
|
}
|
|
|
|
//退差
|
|
.regressionWrapper {
|
|
height: calc(100vh - 47px);
|
|
overflow: auto;
|
|
|
|
.tdEllipsis {
|
|
display: inline-block;
|
|
width: 100%;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.optWrapper {
|
|
display: flex;
|
|
align-items: center;
|
|
|
|
i {
|
|
cursor: pointer;
|
|
}
|
|
}
|
|
|
|
.wea-new-top-wapper .wea-new-top {
|
|
background: #FFF;
|
|
|
|
.wea-new-top-title {
|
|
font-size: 12px;
|
|
|
|
& > span:first-child {
|
|
display: none;
|
|
}
|
|
}
|
|
}
|
|
|
|
.wea-new-top {
|
|
.ant-btn {
|
|
border-radius: 0;
|
|
padding: 0;
|
|
background: transparent;
|
|
border: none;
|
|
font-size: 18px;
|
|
line-height: 18px;
|
|
}
|
|
|
|
.ant-btn.ant-btn-primary[disabled] {
|
|
color: #d8d8d8;
|
|
background: transparent;
|
|
}
|
|
|
|
.ant-btn.ant-btn-primary {
|
|
color: #2db7f5;
|
|
}
|
|
}
|
|
}
|