|
@@ -4,8 +4,8 @@
|
|
|
<el-button style="float:left;" size="small" type="default" icon="el-icon-back" @click="goback"></el-button>
|
|
|
<floor-cascader @change="changeFloor"></floor-cascader>
|
|
|
<my-cascader ref="cascader" @change="changeDevice"></my-cascader>
|
|
|
- <!-- <el-button style="float:right;margin-top:1px;">取消</el-button> -->
|
|
|
- <el-button @click="handleClickSave" style="float:right;margin-top:1px;margin-right:10px;">保存</el-button>
|
|
|
+ <el-button type="primary" size="mini" @click="handleClickSave" style="float:right;">保存</el-button>
|
|
|
+ <el-button size="mini" style="float:right;margin-right:10px;">取消</el-button>
|
|
|
</el-row>
|
|
|
<el-row class="main-container">
|
|
|
<el-row class="main-container-header">
|
|
@@ -77,7 +77,7 @@
|
|
|
<el-slider v-model="equipZ" :max="maxHeight" :step="0.0001" show-input></el-slider>
|
|
|
</div>
|
|
|
<el-row style="text-align: right;">
|
|
|
- <el-button type="primary" size="mini" @click="visible = false">取消</el-button>
|
|
|
+ <el-button size="mini" @click="visible = false">取消</el-button>
|
|
|
<el-button type="primary" size="mini" @click="handleUpdateZ">确认</el-button>
|
|
|
</el-row>
|
|
|
</el-popover>
|