Merge pull request #12483 from dataease/pr@dev-v2@fix_rich-text-zoom

fix: 修复富文本表格拖动相关问题
This commit is contained in:
王嘉豪 2024-09-26 10:48:05 +08:00 committed by GitHub
commit 8df99d6217
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -610,7 +610,7 @@ defineExpose({
::v-deep(p) { ::v-deep(p) {
zoom: var(--de-canvas-scale); zoom: var(--de-canvas-scale);
} }
::v-deep(span) { ::v-deep(td span) {
zoom: var(--de-canvas-scale); zoom: var(--de-canvas-scale);
} }
} }