Browse Source

按钮所在行优化

wyh 2 months ago
parent
commit
7d6702b0be
2 changed files with 2 additions and 6 deletions
  1. 1 3
      src/assets/less/common.css
  2. 1 3
      src/assets/less/common.less

+ 1 - 3
src/assets/less/common.css

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

+ 1 - 3
src/assets/less/common.less

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