Browse Source

按钮所在行优化

wyh 2 months ago
parent
commit
e3065778e1
2 changed files with 4 additions and 0 deletions
  1. 2 0
      src/assets/less/common.css
  2. 2 0
      src/assets/less/common.less

+ 2 - 0
src/assets/less/common.css

@@ -1,6 +1,8 @@
 /*列表上方操作按钮区域*/
 /*列表上方操作按钮区域*/
 .ant-card-body .table-operator {
 .ant-card-body .table-operator {
   margin-bottom: 8px;
   margin-bottom: 8px;
+}
+.table-operator {
   width: 56%;
   width: 56%;
 }
 }
 /** Button按钮间距 */
 /** Button按钮间距 */

+ 2 - 0
src/assets/less/common.less

@@ -2,6 +2,8 @@
 /*列表上方操作按钮区域*/
 /*列表上方操作按钮区域*/
 .ant-card-body .table-operator {
 .ant-card-body .table-operator {
   margin-bottom: 8px;
   margin-bottom: 8px;
+}
+.table-operator {
   width: 56%;
   width: 56%;
 }
 }
 /** Button按钮间距 */
 /** Button按钮间距 */