| | |
| | | text-align: left; |
| | | } |
| | | |
| | | |
| | | input { |
| | | height: 30px; |
| | | font-size: 16px; |
| | |
| | | input::-webkit-input-placeholder { |
| | | color: rgba(238, 238, 238, 0.7); |
| | | } |
| | | |
| | | .placeholder { |
| | | height: 15px; |
| | | margin-bottom: 0px; |
| | | } |
| | | } |
| | | } |
| | | } |
| | |
| | | font-size: countSizeVh(16); |
| | | border: countSizeVh(1) solid rgb(0, 92, 169); |
| | | } |
| | | |
| | | .placeholder { |
| | | height: countSizeVh(15); |
| | | margin-bottom: countSizeVh(0); |
| | | } |
| | | } |
| | | } |
| | | } |
| | |
| | | |
| | | <el-dialog title="修改标绘" :modal="false" :visible.sync="editPlotVisible" :close-on-click-modal="true" |
| | | class="edit-plot-box"> |
| | | <div> |
| | | <div v-show="polygonName"> |
| | | <div class="value-name-box">设置名称:</div> |
| | | <div> |
| | | <input type="text" v-model="polygonName" /> |
| | | </div> |
| | | </div> |
| | | <div v-show="!polygonName" class="placeholder"></div> |
| | | <div> |
| | | <div class="value-name-box">选择标绘颜色:</div> |
| | | <div class="pick-color-box"> |
| | |
| | | </el-color-picker> |
| | | </div> |
| | | </div> |
| | | <div v-show="!polygonName" class="placeholder"></div> |
| | | <div> |
| | | <el-button @click="savePlot">保存</el-button> |
| | | <el-button @click="editPlot">编辑</el-button> |