|
@@ -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;
|