From d0c370bdbdf99a839829f89a9c1c0b1a5ce23a6e Mon Sep 17 00:00:00 2001 From: dev_ljl <2590379346@qq.com> Date: Sun, 14 Sep 2025 16:51:59 +0800 Subject: [PATCH] fix --- apps/web-antd/src/views/screen/property/index.vue | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/apps/web-antd/src/views/screen/property/index.vue b/apps/web-antd/src/views/screen/property/index.vue index 3c54218b..c9637bb4 100644 --- a/apps/web-antd/src/views/screen/property/index.vue +++ b/apps/web-antd/src/views/screen/property/index.vue @@ -718,17 +718,16 @@ onBeforeUnmount(() => { .left { display: flex; width: 18.3125rem; + font-size: 1.875rem; + font-family: ShiShangZhongHeiJianTi; + font-weight: 400; .left-first { padding-left: 2.3125rem; - font-size: 1.875rem; width: 10.5rem; color: #ffffff; } .left-second { width: 6.5rem; - font-family: ShiShangZhongHeiJianTi; - font-weight: 400; - font-size: 1.25rem; color: #ffffff; } }