Commit 38cae87a by zhaopanyu

zpy

parent 4b276dad
......@@ -13,7 +13,7 @@
<!-- 右侧按钮组 -->
<div class="toolbar-right">
<div class="color-maps">
<el-select v-model="currentColorMap" @change="switchColorMap" size="small">
<el-select v-model="currentColorMap" @change="switchColorMap" size="small" style="width: 160px;">
<el-option v-for="map in colorMaps" :key="map" :label="map" :value="map">
</el-option>
</el-select>
......
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