ソースを参照

保存栏样式优化-1900以下宽度按钮掉下去

zhouna 5 年 前
コミット
463a6cd57a
1 ファイル変更9 行追加7 行削除
  1. 9 7
      src/components/Operation/index.less

+ 9 - 7
src/components/Operation/index.less

@@ -1,7 +1,7 @@
 @import "~@less/variables.less";
 .container {
     .contentZIndex2;
-    padding-left: 80px;
+    padding-left: 20px;
     padding-top: 10px;
     position: fixed;
     bottom: 0;
@@ -60,18 +60,20 @@
         float: right;
         margin-right: 20px;
     }
-    .clearButton {
-        border: 1px solid #414141;
-        border-radius: 4px;
-        background-color: #fff;
-        color: #000;
-    }
     .minstyle{
         width: 60px;
         margin-left: 15px;
         margin-right: 10px;
         font-size: 13px;
     }
+    .clearButton {
+      border: 1px solid #414141;
+      border-radius: 4px;
+      background-color: #fff;
+      margin-left: 0;
+      margin-right: 0;
+      color: #000;
+    }
     .modal{
         position: fixed;
         left: 50%;