swq vor 2 Monaten
Ursprung
Commit
4dfeb02241
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2 2
      src/views/enterprise/export .vue

+ 2 - 2
src/views/enterprise/export .vue

@@ -3,7 +3,7 @@
 <template>
 
 <div>
-  <div style="display: flex;width: 100%;margin-top: 30px">
+  <div style="display: flex;width: 100%;margin-top: 14px">
     <div style="margin-left: 5%;width: 30%">
       <el-button style="margin-right: 2%">项目作业表</el-button>
       <el-button style="margin-right: 2%">采集二维码</el-button>
@@ -17,7 +17,7 @@
     </div>
 
   </div>
-  <div>
+  <div style="margin-top: -2%;">
     <Export_work></Export_work>
   </div>