|
@@ -308,7 +308,7 @@
|
|
|
@close="handleClose('unit', index2, doorData)"
|
|
|
@click="unitIndex = index2"
|
|
|
:class="{ active: unitIndex === index2 }"
|
|
|
- style="position: relative ; top: 14px;"
|
|
|
+ style="position: relative ;"
|
|
|
>
|
|
|
<span @dblclick="showInput">{{ unit.unitName }}</span>
|
|
|
<el-input
|
|
@@ -324,7 +324,7 @@
|
|
|
class="el-icon-plus button-new-tag"
|
|
|
size="small"
|
|
|
@click="showInput"
|
|
|
- style="position: relative; top:12px;"
|
|
|
+ style="position: relative;"
|
|
|
></el-button>
|
|
|
<el-input
|
|
|
class="input-new-tag"
|
|
@@ -375,7 +375,7 @@
|
|
|
doorData[buildingIndex].unitFloorList &&
|
|
|
doorData[buildingIndex].unitFloorList.length
|
|
|
"
|
|
|
- style="height: 500px; overflow: hidden; overflow-y: auto;"
|
|
|
+ style="height: 480px; overflow: hidden; overflow-y: auto;"
|
|
|
>
|
|
|
<div
|
|
|
class="floor"
|