push
This commit is contained in:
28
nervui-smart-community-op/src/theme/listTableTitle.less
Normal file
28
nervui-smart-community-op/src/theme/listTableTitle.less
Normal file
@@ -0,0 +1,28 @@
|
||||
.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;
|
||||
}
|
||||
Reference in New Issue
Block a user