|
@@ -5,6 +5,9 @@ body{
|
|
span,td,label,.ant-btn-sm{
|
|
span,td,label,.ant-btn-sm{
|
|
font-size: 13px!important;
|
|
font-size: 13px!important;
|
|
}
|
|
}
|
|
|
|
+ .ant-form-item-label > label{
|
|
|
|
+ color: #333!important;
|
|
|
|
+ }
|
|
}
|
|
}
|
|
// 查询条件样式
|
|
// 查询条件样式
|
|
.table-page-search-wrapper {
|
|
.table-page-search-wrapper {
|
|
@@ -65,7 +68,8 @@ body{
|
|
// 内容盒子样式
|
|
// 内容盒子样式
|
|
.content {
|
|
.content {
|
|
.table-operator {
|
|
.table-operator {
|
|
- padding: 8px 0;
|
|
|
|
|
|
+ // padding: 8px 0;
|
|
|
|
+ padding: 0 0 8px;
|
|
}
|
|
}
|
|
.table-operator-nobor{
|
|
.table-operator-nobor{
|
|
padding: 0 0 10px 0;
|
|
padding: 0 0 10px 0;
|
|
@@ -128,12 +132,14 @@ body{
|
|
.ant-table-header tr th, .ant-table-thead tr th{
|
|
.ant-table-header tr th, .ant-table-thead tr th{
|
|
background: #fafafa!important;
|
|
background: #fafafa!important;
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
|
|
+ color: #333!important;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.ant-table-row{
|
|
.ant-table-row{
|
|
.ant-table-row-cell-break-word, td{
|
|
.ant-table-row-cell-break-word, td{
|
|
padding: 6px 4px!important;
|
|
padding: 6px 4px!important;
|
|
|
|
+ color: #333!important;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.ant-pagination.ant-table-pagination{
|
|
.ant-pagination.ant-table-pagination{
|