From 68a62af7c6b0c10ba570363fc5e4475ac8da071c Mon Sep 17 00:00:00 2001 From: suixy <2277317060@qq.com> Date: Fri, 27 Feb 2026 11:20:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=A8=A1=E7=89=88=E8=BE=B9?= =?UTF-8?q?=E8=B7=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/oa/erp/contractInfo/contract.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/views/oa/erp/contractInfo/contract.vue b/src/views/oa/erp/contractInfo/contract.vue index 3412214..8860034 100644 --- a/src/views/oa/erp/contractInfo/contract.vue +++ b/src/views/oa/erp/contractInfo/contract.vue @@ -239,4 +239,7 @@ onMounted(async () => { position: sticky; bottom: 0px; } +.umo-editor__content { + padding: 20px 10px; +}