浏览代码

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

pm 11 月之前
父节点
当前提交
826a593667
共有 1 个文件被更改,包括 1 次插入2 次删除
  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);