市场法规清单、市场认证清单、法规清单增加分页
This commit is contained in:
+15
-6
@@ -180,18 +180,18 @@
|
||||
}
|
||||
|
||||
.ant-table-column-title {
|
||||
font-weight: bold!important;
|
||||
font-weight: bold !important;
|
||||
}
|
||||
|
||||
.ant-table-thead > tr > th {
|
||||
background: #f3f6f6!important;
|
||||
padding-top: 12px!important;
|
||||
padding-bottom: 12px!important;
|
||||
background: #f3f6f6 !important;
|
||||
padding-top: 12px !important;
|
||||
padding-bottom: 12px !important;
|
||||
}
|
||||
|
||||
.ant-table-tbody > tr > td {
|
||||
padding-top: 12px!important;
|
||||
padding-bottom: 12px!important;
|
||||
padding-top: 12px !important;
|
||||
padding-bottom: 12px !important;
|
||||
}
|
||||
|
||||
.ant-tooltip-inner {
|
||||
@@ -206,4 +206,13 @@
|
||||
.ant-menu-inline-collapsed-tooltip a {
|
||||
color: #333 !important;
|
||||
}
|
||||
|
||||
.page .ant-select-selection--single {
|
||||
height: 32px !important;
|
||||
line-height: 32px !important;
|
||||
}
|
||||
.page .ant-select-selection__rendered{
|
||||
height: 32px !important;
|
||||
line-height: 32px !important;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user