Commit 92c4c72f authored by xiexingan's avatar xiexingan

提交

parent 9fbd565a
...@@ -47,11 +47,11 @@ ...@@ -47,11 +47,11 @@
<el-col :md='14' :sm="5" class='tier-btn'> <el-col :md='14' :sm="5" class='tier-btn'>
<el-button type="primary" size="small" plain :class="[checkedData.tierId===item.id?'active-tier':'']" style="float:left;margin-left:10px;" v-for="item in mapList" :key='item.id' @click="changeMap(item)">{{item.name}}</el-button> <el-button type="primary" size="small" plain :class="[checkedData.tierId===item.id?'active-tier':'']" style="float:left;margin-left:10px;" v-for="item in mapList" :key='item.id' @click="changeMap(item)">{{item.name}}</el-button>
</el-col> </el-col>
<el-col :md='10' :sm="5"> //- <el-col :md='10' :sm="5">
<div style="float:right;"> //- <div style="float:right;">
<div :class="item.value" style="margin:5px 5px 0 0;" :title="item.name" v-for="item in iconNameListBottom" @click="iconClick(item)"></div> //- <div :class="item.value" style="margin:5px 5px 0 0;" :title="item.name" v-for="item in iconNameListBottom" @click="iconClick(item)"></div>
</div> //- </div>
</el-col> //- </el-col>
</el-row> </el-row>
</div> </div>
<div class="ol_point_right_button_r"> <div class="ol_point_right_button_r">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment