forked from github/dataease
Merge pull request #4167 from dataease/pr@dev@style_map_mark_field
perf(地图): 标记地图经纬度字段删除图标样式
This commit is contained in:
commit
4cc0ef4d84
@ -1,8 +1,8 @@
|
||||
<template>
|
||||
<span style="position: relative;display: inline-block;">
|
||||
<span style="position: relative;display: inline-block;width: calc(100% - 6px)">
|
||||
<i
|
||||
class="el-icon-arrow-down el-icon-delete"
|
||||
style="position: absolute;top: 6px;right: 4px;color: #878d9f;cursor: pointer;z-index: 1;"
|
||||
style="position: absolute;top: 6px;right: 0px;color: #878d9f;cursor: pointer;z-index: 1;"
|
||||
@click="removeItem"
|
||||
/>
|
||||
<span class="el-dropdown-link">
|
||||
|
Loading…
Reference in New Issue
Block a user