From 5565b1389df49dfd9fe9bf5774d1df8c935cd20f Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Fri, 24 Oct 2025 15:53:10 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9A=90=E7=A7=81=E6=94=BF=E7=AD=96=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../dictionary/template/agreement/TemplateForm.vue | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/views/dictionary/template/agreement/TemplateForm.vue b/src/views/dictionary/template/agreement/TemplateForm.vue index 015684ad..7acfc29a 100644 --- a/src/views/dictionary/template/agreement/TemplateForm.vue +++ b/src/views/dictionary/template/agreement/TemplateForm.vue @@ -100,6 +100,7 @@ export default { FileEnContent: `\n\n\n\n`, UpdateDate: '', EffectiveDate: '', + IsCurrentVersion: false }, rules: { UserAgreementTypeEnum: [ @@ -177,6 +178,15 @@ export default { } +.base-dialog-body { + max-height: calc(100% - 60px); +} + +.upload-temporary-file { + overflow-y: auto; + height: 100%; +} + .content { max-height: 350px; overflow-y: auto;