fix(图表): 修复仪表板/数据大屏中,富文本内表格的宽高设置无效问题 #13872

This commit is contained in:
wangjiahao
2025-02-19 18:10:22 +08:00
committed by jianneng-fit2cloud
parent b349014c2a
commit 463a8cdca5

View File

@@ -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
},