refactor(仪表板、数据大屏): 初始化富文本表格大小

This commit is contained in:
wangjiahao 2024-10-28 22:41:27 +08:00
parent 78339557e9
commit 9110292f83

View File

@ -172,6 +172,12 @@ 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
},
setup: function (editor) {
let cloneHandle = null //
let originalHandle = null //