From 452e2479e0ac712d28fa219bc880863f64cf41ad Mon Sep 17 00:00:00 2001 From: odjbin <1042039504@qq.com> Date: Sat, 11 May 2024 15:30:53 +0800 Subject: [PATCH] =?UTF-8?q?fix=20:=20=E5=AE=8C=E5=96=84=E9=9C=80=E6=B1=82?= =?UTF-8?q?=E6=96=B0=E5=A2=9E=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Tinymce.vue | 4 +- .../projectdemand/demandcollection/add.vue | 137 ++++++++++-------- 2 files changed, 80 insertions(+), 61 deletions(-) diff --git a/src/components/Tinymce.vue b/src/components/Tinymce.vue index 216d8ad..0295cdb 100644 --- a/src/components/Tinymce.vue +++ b/src/components/Tinymce.vue @@ -69,8 +69,8 @@ const props = defineProps({ default: "微软雅黑=Microsoft YaHei,Helvetica Neue,PingFang SC,sans-serif;苹果苹方=PingFang SC,Microsoft YaHei,sans-serif;宋体=simsun,serif;仿宋体=FangSong,serif;黑体=SimHei,sans-serif;Arial=arial,helvetica,sans-serif;Arial Black=arial black,avant garde;Book Antiqua=book antiqua,palatino;" }, width:{ - type: Number, - default: 600 + type: String, + default: 'auto' }, height:{ type: Number, diff --git a/src/views/projectdemand/demandcollection/add.vue b/src/views/projectdemand/demandcollection/add.vue index 92c23fe..ce317c0 100644 --- a/src/views/projectdemand/demandcollection/add.vue +++ b/src/views/projectdemand/demandcollection/add.vue @@ -1,63 +1,58 @@