Merge pull request #11940 from dataease/pr@dev-v2@style_view

style: 图表设置样式调整
This commit is contained in:
王嘉豪 2024-09-03 11:57:07 +08:00 committed by GitHub
commit 9cc5315b75
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -345,7 +345,7 @@ watch(
/>
</el-collapse-item>
<collapse-switch-item
v-if="showProperties('border-style') && commonBorderPop"
v-if="showProperties('border-style') && commonBorderPop && !batchOptStatus"
v-model="commonBorderPop.borderActive"
@modelChange="val => onActiveChange(val)"
:themes="themes"