|
@@ -1,9 +1,9 @@
|
|
|
// 自定义样式文件 覆盖框架样式
|
|
|
|
|
|
body{
|
|
|
- font-size: 13px!important;
|
|
|
+ font-size: 12px!important;
|
|
|
span,td,label,.ant-btn-sm{
|
|
|
- font-size: 13px!important;
|
|
|
+ font-size: 12px!important;
|
|
|
}
|
|
|
.ant-form-item-label > label{
|
|
|
color: #333!important;
|
|
@@ -144,7 +144,7 @@ body{
|
|
|
}
|
|
|
.ant-table-row{
|
|
|
.ant-table-row-cell-break-word, td{
|
|
|
- padding: 6px 4px!important;
|
|
|
+ padding: 3px 4px!important;
|
|
|
color: #333!important;
|
|
|
}
|
|
|
}
|