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.
28 lines
469 B
28 lines
469 B
.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;
|
|
}
|
|
|