mirror of
https://github.com/dataease/dataease.git
synced 2026-05-16 05:50:45 +08:00
fix(图表): 修复仪表板/数据大屏中,富文本内表格的宽高设置无效问题 #13872
This commit is contained in:
committed by
jianneng-fit2cloud
parent
b349014c2a
commit
463a8cdca5
@@ -174,9 +174,6 @@ const init = ref({
|
||||
branding: false,
|
||||
icons: 'vertical-content',
|
||||
vertical_align: element.value.propValue.verticalAlign,
|
||||
table_default_attributes: {
|
||||
width: '400' // 使用 table_default_attributes 设置表格的宽度
|
||||
},
|
||||
table_default_styles: {
|
||||
width: '400px' // 或者使用 table_default_styles 设置宽度,单位为 px
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user