refactor(数据大屏): 属性设置区域标题跟随组件类型

This commit is contained in:
wangjiahao 2024-05-20 17:03:15 +08:00
parent 32aa6c1c56
commit 77146b7909

View File

@ -409,7 +409,7 @@ eventBus.on('handleNew', handleNew)
<div style="width: auto; height: 100%" ref="leftSidebarRef"> <div style="width: auto; height: 100%" ref="leftSidebarRef">
<dv-sidebar <dv-sidebar
v-if="commonPropertiesShow" v-if="commonPropertiesShow"
:title="'属性'" :title="curComponent['name']"
:width="240" :width="240"
:side-name="'componentProp'" :side-name="'componentProp'"
:aside-position="'right'" :aside-position="'right'"