Jelajahi Sumber

样式调整

marymelisa 4 tahun lalu
induk
melakukan
c003a8aa30

+ 9 - 0
src/views/information/spot-contract/list/unsubmitted/index.vue

@@ -167,6 +167,15 @@ export default defineComponent({
 
 <style lang="less">
 .spot-contract-not-commit {
+  .topTable {
+    .operBtn.ant-btn {
+      margin-top: 0;
+      margin-bottom: 0;
+      height: 26px;
+      line-height: 26px;
+      
+    }
+  }
 }
 </style
 >;

+ 9 - 0
src/views/information/warehouse-info/list/normal-use/index.vue

@@ -103,6 +103,15 @@ export default defineComponent({
 
 <style lang="less">
 .warehouse-info-normal {
+  .topTable {
+    .operBtn.ant-btn {
+      margin-top: 0;
+      margin-bottom: 0;
+      height: 26px;
+      line-height: 26px;
+      
+    }
+  }
 }
 </style
 >;