forked from github/dataease
Merge pull request #3512 from dataease/pr@dev@fix_gradient_color
fix(地图): 渐变色设置不可清除
This commit is contained in:
commit
f9f5e3a2e5
@ -106,6 +106,7 @@
|
||||
<el-color-picker
|
||||
v-else
|
||||
v-model="option.colors[index]"
|
||||
popper-class="gradient-picker-dropdown"
|
||||
@change="switchColorItem(option.colors, option.value)"
|
||||
/>
|
||||
</span>
|
||||
@ -423,4 +424,7 @@ export default {
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
}
|
||||
.gradient-picker-dropdown .el-color-dropdown__link-btn {
|
||||
display: none;
|
||||
}
|
||||
</style>
|
||||
|
Loading…
Reference in New Issue
Block a user