From 4da37d48c483d8c8aeb23925ccb33d57cb5a4ccf Mon Sep 17 00:00:00 2001 From: value <z1292839451@163.com> Date: 星期二, 02 四月 2024 18:04:45 +0800 Subject: [PATCH] 功能调整 --- src/components/tool/word.vue | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/src/components/tool/word.vue b/src/components/tool/word.vue index 749a06c..3aa4d59 100644 --- a/src/components/tool/word.vue +++ b/src/components/tool/word.vue @@ -124,5 +124,8 @@ </script> <style scoped> - + .tinymce-box{ + width: 100%; + height: 100%; + } </style> -- Gitblit v1.9.3