Przeglądaj źródła

车间数据地图显示宽度问题

pm 11 miesięcy temu
rodzic
commit
826a593667
1 zmienionych plików z 1 dodań i 2 usunięć
  1. 1 2
      src/components/separationPoint/workshop.vue

+ 1 - 2
src/components/separationPoint/workshop.vue

@@ -3,7 +3,6 @@
     <el-row :gutter="20">
       <!--部门数据-->
       <el-col :span="4" :xs="24">
-
         <div class="head-container">
           <el-input
             v-model="workareaName"
@@ -361,7 +360,7 @@ export default {
 }
 
 .middle {
-  width: 990px;
+  width: 950px;
   height: 850px;
   margin: 10px 0 0 60px;
   background-color: rgb(255, 255, 255);