Jelajahi Sumber

兼容分辨率

wy 1 tahun lalu
induk
melakukan
9cb08b7c79
2 mengubah file dengan 3 tambahan dan 53 penghapusan
  1. 3 0
      src/styles/element-ui.scss
  2. 0 53
      src/views/manage-log/log.scss

+ 3 - 0
src/styles/element-ui.scss

@@ -744,4 +744,7 @@
       margin: 0 auto;
     }
   }
+}
+.el-button{
+  padding: 0px;
 }

+ 0 - 53
src/views/manage-log/log.scss

@@ -148,57 +148,4 @@
         text-indent: 1em;
         font-weight: normal;
     }
-}
-@media screen and (max-width:1440px){
-    .charge-box .charge-table .charge-table-top .daochu span{
-        position: relative;
-        left: -3px;
-        top: -2px;
-    }
-    .charge-box .charge-tools .serch span{
-        position: relative;
-        left: -3px;
-        top: -2px;
-    }
-}
-@media screen and (max-width:1278px){
-    .charge-box .charge-table .charge-table-top .daochu{
-        width: 130px;
-        height: 48px;
-        span{
-            position: relative;
-            left: -3px;
-            top: -2px;
-        }
-    } 
-    .charge-box .charge-tools .serch {
-        width: 80px;
-        height: 46px;
-        span{
-            position: relative;
-            left: -3px;
-            top: -2px;
-        }
-    }
-    .charge-box .charge-tools .actve{
-        position: relative;
-        top: -1px;
-    }
-    .el-form--inline .el-form-item__content{
-        .el-select{
-            height: 46px;
-        }
-        .charge-box .charge-tools .times{
-            height: 46px;
-        }
-    }
-    .charge-box .charge-tools{
-        .el-form-item{
-            margin-left: 35px !important;
-            margin-right: 0px !important;
-        }
-        .el-form-item:last-child{
-            margin-left: 10px !important;
-        }
-    }
 }