sugar1569 2 лет назад
Родитель
Сommit
38ffa5015b
1 измененных файлов с 10 добавлено и 8 удалено
  1. 10 8
      template/admin/src/styles/style.css

+ 10 - 8
template/admin/src/styles/style.css

@@ -204,9 +204,12 @@ body {
 }
 
 /*表格公共样式*/
-.ivu-table-header table {
-  border-top: 1px #e8eaec dashed !important;
+.ivu-table-header .ivu-table-cell{
+  color: #999;
+  font-size: 13px;
+  padding: 10px 5px !important;
 }
+
 .ivu-form .ivu-form-item-label,
 .ivu-radio-group-button .ivu-radio-wrapper,
 .ivu-table {
@@ -214,7 +217,7 @@ body {
 }
 
 .ivu-table-cell {
-  padding: 6px 18px !important;
+  padding: 10px 5px !important;
 }
 
 .ivu-table th {
@@ -438,11 +441,9 @@ body {
 /*作用于运费模板组件*/
 .Modals .ivu-table .ivu-table-header table {
   border-top: 0 !important;
+  box-shadow: -2px 2px 6px -2px rgba(0, 0, 0, 0.1) !important;
 }
 
-.ivu-table-cell {
-  padding: 10px 5px !important;
-}
 .ivu-table-cell-with-expand {
   line-height: 31px !important;
 }
@@ -460,8 +461,9 @@ body {
   text-align: center !important;
 }
 .ivu-table-fixed-right {
-  box-shadow: -2px 0 6px -2px rgba(0, 0, 0, 0.1) !important;
-  top: 1px !important;
+  margin-top: 1px;
+  color: #999;
+  box-shadow: -2px 2px 6px -2px rgba(0, 0, 0, 0.1) !important;
 }
 .ivu-table-fixed-right tr:last-child(1) td {
   border-bottom: 0;