fix(地图): 渐变色设置不可清除

This commit is contained in:
fit2cloud-chenyw 2022-10-28 11:38:13 +08:00
parent 19a6bd6058
commit ce0243e339

View File

@ -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>