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.
263 lines
6.0 KiB
263 lines
6.0 KiB
.flex_box_center___1M7Rc {
|
|
justify-content: center;
|
|
align-items: center;
|
|
-webkit-justify-content: center;
|
|
box-align: center;
|
|
}
|
|
.flex_space_between___1OQPE {
|
|
justify-content: space-between;
|
|
-webkit-box-pack: justify;
|
|
}
|
|
.flex_box_vertical_center___1voT_ {
|
|
align-items: center;
|
|
box-align: center;
|
|
}
|
|
.flex_box_center_end___26NOx {
|
|
justify-content: flex-end;
|
|
align-items: center;
|
|
-webkit-justify-content: flex-end;
|
|
-webkit-align-items: center;
|
|
-webkit-box-align: center;
|
|
-webkit-box-pack: end;
|
|
box-align: center;
|
|
box-pack: end;
|
|
}
|
|
.flex_box_column___3kWou {
|
|
flex-direction: column;
|
|
box-orient: block-axis;
|
|
}
|
|
.wrap___2LBrk {
|
|
background: #ffffff;
|
|
border-radius: 4px;
|
|
}
|
|
.wrap___2LBrk .ant-btn:hover {
|
|
color: #0152d9;
|
|
border-color: #0152d9;
|
|
}
|
|
.wrap___2LBrk .tabWarp___2YYiF {
|
|
padding: 0 20px;
|
|
position: relative;
|
|
}
|
|
.wrap___2LBrk .tabWarp___2YYiF:after {
|
|
content: '';
|
|
position: absolute;
|
|
z-index: 2;
|
|
width: calc(100% - 40px);
|
|
padding: 0 20px;
|
|
bottom: 0px;
|
|
border-bottom: 1px solid #e3e4e6;
|
|
}
|
|
.wrap___2LBrk .tabWarp___2YYiF .ant-tabs-tab {
|
|
justify-content: center;
|
|
padding: 14px 0;
|
|
margin-right: -1px;
|
|
display: flex;
|
|
align-items: center;
|
|
margin-right: 68px;
|
|
}
|
|
.wrap___2LBrk .tabWarp___2YYiF .ant-tabs-tab:hover {
|
|
color: #0152d9;
|
|
}
|
|
.wrap___2LBrk .tabWarp___2YYiF .ant-tabs-tab .ant-tabs-tab-btn:hover {
|
|
color: #0152d9;
|
|
}
|
|
.wrap___2LBrk .tabWarp___2YYiF .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
|
|
color: #0152d9;
|
|
}
|
|
.wrap___2LBrk .tabWarp___2YYiF .ant-tabs-nav {
|
|
margin: 0;
|
|
z-index: 5;
|
|
}
|
|
.wrap___2LBrk .tabWarp___2YYiF .ant-tabs-nav::before {
|
|
border-bottom: 0;
|
|
}
|
|
.wrap___2LBrk .tabWarp___2YYiF .ant-tabs-ink-bar {
|
|
background-color: #0152d9;
|
|
}
|
|
.wrap___2LBrk .control___1_6qO {
|
|
display: flex;
|
|
align-items: center;
|
|
padding: 0 20px 20px 20px;
|
|
background: #ffffff;
|
|
}
|
|
.wrap___2LBrk .control___1_6qO .label___1Wfqe {
|
|
width: 82px;
|
|
height: 38px;
|
|
background: #f5f5f5;
|
|
border-radius: 2px 0px 0px 2px;
|
|
border: 1px solid #dddddd;
|
|
line-height: 38px;
|
|
text-align: center;
|
|
font-size: 14px;
|
|
margin-right: -1px;
|
|
}
|
|
.wrap___2LBrk .control___1_6qO .ant-select {
|
|
width: 110px;
|
|
margin-right: 20px;
|
|
}
|
|
.wrap___2LBrk .control___1_6qO .ant-select .ant-select-selector {
|
|
height: 38px !important;
|
|
padding: 0 10px;
|
|
}
|
|
.wrap___2LBrk .control___1_6qO .ant-select .ant-select-selection-item,
|
|
.wrap___2LBrk .control___1_6qO .ant-select .ant-select-selection-placeholder {
|
|
line-height: 38px !important;
|
|
}
|
|
.wrap___2LBrk .customTable___2vFWg {
|
|
padding: 0 20px;
|
|
}
|
|
.detail___2sMc- {
|
|
display: flex;
|
|
justify-content: center;
|
|
flex-direction: column;
|
|
margin-top: 20px;
|
|
margin-left: 110px;
|
|
}
|
|
.table___3nhdh {
|
|
margin: 20px;
|
|
overflow-x: auto;
|
|
}
|
|
.table___3nhdh ul {
|
|
padding: 0;
|
|
}
|
|
.table___3nhdh ul li {
|
|
border-left: 1px solid #e0e2ec;
|
|
border-right: 1px solid #e0e2ec;
|
|
margin-left: -1px;
|
|
}
|
|
.table___3nhdh ul:nth-child(odd) > li {
|
|
background-color: #f5f5f5;
|
|
}
|
|
.table___3nhdh ul:nth-child(even) > li {
|
|
background-color: #fff;
|
|
}
|
|
.table___3nhdh .head___3LEBx {
|
|
width: 100%;
|
|
display: flex;
|
|
align-items: center;
|
|
border-top: 1px solid #e0e2ec;
|
|
}
|
|
.table___3nhdh .head___3LEBx > li:first-child {
|
|
font-weight: 500;
|
|
font-size: 14px;
|
|
width: 190px;
|
|
padding-top: 19px;
|
|
flex: auto;
|
|
flex-shrink: 1;
|
|
flex-grow: 0;
|
|
position: sticky;
|
|
left: 0;
|
|
z-index: 20;
|
|
}
|
|
.table___3nhdh .head___3LEBx > li:first-child ::after {
|
|
content: '';
|
|
position: absolute;
|
|
width: 100%;
|
|
height: 100%;
|
|
left: 0;
|
|
top: 0;
|
|
box-sizing: border-box;
|
|
background: linear-gradient(to top right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) calc(50% - 1px), rgba(0, 0, 0, 0.04) 50%, rgba(0, 0, 0, 0) calc(50% + 1px), rgba(0, 0, 0, 0) 100%);
|
|
}
|
|
.table___3nhdh .head___3LEBx > li:first-child span {
|
|
display: block;
|
|
height: 22px;
|
|
line-height: 22px;
|
|
}
|
|
.table___3nhdh .head___3LEBx > li:first-child span:first-child {
|
|
text-align: right;
|
|
padding-right: 18px;
|
|
margin-bottom: 10px;
|
|
}
|
|
.table___3nhdh .head___3LEBx > li:first-child span:last-child {
|
|
text-align: left;
|
|
padding-left: 17px;
|
|
}
|
|
.table___3nhdh .head___3LEBx > li {
|
|
text-align: center;
|
|
line-height: 78px;
|
|
height: 78px;
|
|
flex: 1 1;
|
|
}
|
|
.table___3nhdh .head___3LEBx > li > span {
|
|
font-weight: 500;
|
|
font-size: 14px;
|
|
}
|
|
.table___3nhdh .row___14JcX:last-child {
|
|
border-bottom: 1px solid #e0e2ec;
|
|
}
|
|
.table___3nhdh .row___14JcX {
|
|
width: 100%;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.table___3nhdh .row___14JcX > li:first-child {
|
|
font-size: 14px;
|
|
width: 190px;
|
|
flex: auto;
|
|
flex-shrink: 1;
|
|
flex-grow: 0;
|
|
position: sticky;
|
|
left: 0;
|
|
z-index: 20;
|
|
}
|
|
.table___3nhdh .row___14JcX > li {
|
|
flex-shrink: 1;
|
|
text-align: center;
|
|
line-height: 42px;
|
|
flex: 1 1;
|
|
}
|
|
.table___3nhdh .row___14JcX .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner {
|
|
background-color: #0152d9;
|
|
border-color: #0152d9;
|
|
}
|
|
.table___3nhdh .row___14JcX .ant-checkbox:hover .ant-checkbox-inner {
|
|
border-color: #0152d9;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
.panelTitleContainer___tHoLi {
|
|
padding: 16px 20px 16px 20px;
|
|
}
|
|
.panelTitleContainer___tHoLi > div {
|
|
font-size: 16px;
|
|
font-weight: 500;
|
|
color: #464f66;
|
|
position: relative;
|
|
padding-left: 12px;
|
|
}
|
|
.panelTitleContainer___tHoLi > div::after {
|
|
position: absolute;
|
|
content: '';
|
|
width: 4px;
|
|
height: 12px;
|
|
background-color: #242f49;
|
|
top: 50%;
|
|
left: 0;
|
|
transform: translateY(-50%);
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
.selectWrapContainer___M4-WR {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
border-radius: 2px;
|
|
border: 1px solid #ddd;
|
|
}
|
|
.selectWrapContainer___M4-WR > span {
|
|
background-color: #f5f5f5;
|
|
color: #464f66;
|
|
padding: 10px 12px;
|
|
border-right: 1px solid #ddd;
|
|
font-size: 14px;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|