Merge pull request #3441 from dataease/pr@dev@fix_gradient_color_text

fix(地图): 渐变色自定义按钮文案
This commit is contained in:
dataeaseShu 2022-10-25 18:00:49 +08:00 committed by GitHub
commit c0b4714640
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,7 +38,7 @@
<div class="custom-switch-div">
<el-switch
v-model="enableCustom"
:active-text="$t('commons.reset')"
:active-text="$t('commons.custom')"
inactive-text=""
/>
</div>