系统表格高度
This commit is contained in:
@@ -179,11 +179,16 @@
|
||||
height: 38px !important;
|
||||
}
|
||||
|
||||
.ant-table-column-title{
|
||||
.ant-table-column-title {
|
||||
font-weight: bold!important;
|
||||
}
|
||||
|
||||
.ant-table-thead > tr > th {
|
||||
background: #f3f6f6!important;
|
||||
padding: 12px 8px!important;
|
||||
}
|
||||
|
||||
.ant-table-tbody > tr > td {
|
||||
padding: 12px 8px!important;
|
||||
}
|
||||
</style>
|
||||
@@ -123,13 +123,19 @@
|
||||
border: 1px solid #0bd9d9!important;
|
||||
}
|
||||
|
||||
.ant-table-column-title{
|
||||
.ant-table-column-title {
|
||||
font-weight: bold!important;
|
||||
}
|
||||
|
||||
.ant-table-thead > tr > th {
|
||||
background: #f3f6f6!important;
|
||||
padding: 12px 8px!important;
|
||||
}
|
||||
|
||||
.ant-table-tbody > tr > td {
|
||||
padding: 12px 8px!important;
|
||||
}
|
||||
|
||||
.ant-tooltip-inner {
|
||||
color: #333;
|
||||
background-color: #fff!important;
|
||||
|
||||
Reference in New Issue
Block a user