| | |
| | | <span style="white-space: nowrap; font-weight: 600; font-size: 13px">{{ data.showLabels }}</span> |
| | | </p> |
| | | </div> |
| | | <b style="float: right; margin-right: 50px; cursor: pointer;" @click="markDialogVisible = true">标记</b> |
| | | <el-button type="text" icon="el-icon-coordinate" style="float: right; margin-right: 50px; font-size: 16px;" >标记</el-button> |
| | | </div> |
| | | </div> |
| | | |
| | |
| | | </div> |
| | | </div> |
| | | <el-dialog |
| | | title="标记" |
| | | title="标记预警" |
| | | :visible.sync="markDialogVisible" |
| | | width="30%" |
| | | style="z-index:4000;margin-top:200px;margin-left:140px;" |