forked from github/dataease
refactor(数据大屏): 属性设置区域标题跟随组件类型
This commit is contained in:
parent
32aa6c1c56
commit
77146b7909
@ -409,7 +409,7 @@ eventBus.on('handleNew', handleNew)
|
||||
<div style="width: auto; height: 100%" ref="leftSidebarRef">
|
||||
<dv-sidebar
|
||||
v-if="commonPropertiesShow"
|
||||
:title="'属性'"
|
||||
:title="curComponent['name']"
|
||||
:width="240"
|
||||
:side-name="'componentProp'"
|
||||
:aside-position="'right'"
|
||||
|
Loading…
Reference in New Issue
Block a user