29 lines
469 B
Plaintext
29 lines
469 B
Plaintext
.ns-table-title {
|
|
text-align: left;
|
|
height: 46px;
|
|
line-height: 46px;
|
|
font-size: 18px;
|
|
font-weight: bold;
|
|
user-select: text;
|
|
padding-left: 16px;
|
|
background: #fff;
|
|
width: calc(100% + 32px);
|
|
margin-left: -16px;
|
|
cursor: pointer;
|
|
}
|
|
|
|
:deep(.ant-tabs-nav) {
|
|
margin-left: -16px !important;
|
|
margin-bottom: 0;
|
|
width: calc(100% + 32px);
|
|
background-color: #fff;
|
|
}
|
|
|
|
.tab-list {
|
|
overflow: visible;
|
|
}
|
|
|
|
.tab-operatorManage {
|
|
background-color: #fff;
|
|
}
|