|
@@ -18,7 +18,7 @@
|
|
<el-button class="saga-btn" type="text" @click="changeShow">切换楼层</el-button>
|
|
<el-button class="saga-btn" type="text" @click="changeShow">切换楼层</el-button>
|
|
</div> -->
|
|
</div> -->
|
|
<div class="saga-build-mess">
|
|
<div class="saga-build-mess">
|
|
- 建筑楼层
|
|
|
|
|
|
+ <span style="padding-right:12px">建筑楼层</span>
|
|
<el-cascader
|
|
<el-cascader
|
|
:options="options"
|
|
:options="options"
|
|
v-model="buildMess.selectd"
|
|
v-model="buildMess.selectd"
|
|
@@ -431,7 +431,7 @@
|
|
font-size: 14px;
|
|
font-size: 14px;
|
|
position: relative;
|
|
position: relative;
|
|
line-height: 54px;
|
|
line-height: 54px;
|
|
- width: 98%;
|
|
|
|
|
|
+ width: 100%;
|
|
margin-bottom:10px;
|
|
margin-bottom:10px;
|
|
border: 1px solid #dfe6ec;
|
|
border: 1px solid #dfe6ec;
|
|
.saga-build-mess {
|
|
.saga-build-mess {
|
|
@@ -494,6 +494,12 @@
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
overflow-y: auto;
|
|
overflow-y: auto;
|
|
background: #fff;
|
|
background: #fff;
|
|
|
|
+ .el-tabs__nav{
|
|
|
|
+ padding-left: 10px;
|
|
|
|
+ }
|
|
|
|
+ .el-tabs__active-bar{
|
|
|
|
+ padding-left: 24px;
|
|
|
|
+ }
|
|
}
|
|
}
|
|
}
|
|
}
|
|
</style>
|
|
</style>
|