dedsudiyu 11 月之前
父节点
当前提交
a1fe1109ab

+ 2 - 2
src/assets/styles/commonality.scss

@@ -862,7 +862,7 @@
       font-weight: bold;
       font-weight: bold;
       border: none;
       border: none;
       height: 100%;
       height: 100%;
-      width: 100% !important;
+      width:260px;
       span{
       span{
         font-weight: 700;
         font-weight: 700;
       }
       }
@@ -911,7 +911,7 @@
     }
     }
     .check-menu-box {
     .check-menu-box {
       display: inline-block;
       display: inline-block;
-      width: 100%;
+      width:260px;
       overflow: hidden;
       overflow: hidden;
       //左侧选中样式
       //左侧选中样式
       .is-active{
       .is-active{

+ 3 - 3
src/views/integratedManagement/laboratoryManagement/layoutManagement/index.vue

@@ -181,7 +181,7 @@
             </div>
             </div>
             <p class="position-button-p" @click="clickPage(2,buildingList)" v-if="buildingList.layoutData">设置布局</p>
             <p class="position-button-p" @click="clickPage(2,buildingList)" v-if="buildingList.layoutData">设置布局</p>
           </div>
           </div>
-          <div class="table-box">
+          <div class="table-list-box">
             <el-form :model="queryParams" ref="queryForm" :inline="true" v-show="showSearch" label-width="68px">
             <el-form :model="queryParams" ref="queryForm" :inline="true" v-show="showSearch" label-width="68px">
               <el-form-item label="关键字" prop="searchValue" style="margin:10px 20px 10px 0;">
               <el-form-item label="关键字" prop="searchValue" style="margin:10px 20px 10px 0;">
                 <el-input
                 <el-input
@@ -206,7 +206,7 @@
                 <p class="page-reset-common-style-button" @click="resetQuery">重置</p>
                 <p class="page-reset-common-style-button" @click="resetQuery">重置</p>
               </el-form-item>
               </el-form-item>
             </el-form>
             </el-form>
-            <el-table border :data="dataList">
+            <el-table class="table-box" border :data="dataList">
               <el-table-column label="房间号" align="left" prop="roomNum" width="200" show-overflow-tooltip/>
               <el-table-column label="房间号" align="left" prop="roomNum" width="200" show-overflow-tooltip/>
               <el-table-column label="房间名称" align="left" prop="roomName" show-overflow-tooltip>
               <el-table-column label="房间名称" align="left" prop="roomName" show-overflow-tooltip>
                 <template slot-scope="scope">
                 <template slot-scope="scope">
@@ -1469,7 +1469,7 @@
               cursor: pointer;
               cursor: pointer;
             }
             }
           }
           }
-          .table-box {
+          .table-list-box {
             padding-bottom:10px;
             padding-bottom:10px;
             margin-left: 36px;
             margin-left: 36px;
             flex: 1;
             flex: 1;