From 1f75a682ef418805d8bd1bd2a7e02464af80a116 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B2=A1=E5=A4=8D=E4=B9=A0?= <2353956224@qq.com> Date: Thu, 26 Mar 2026 11:26:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=BB=A3=E7=90=86=E5=A5=97?= =?UTF-8?q?=E9=A4=90=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/tenant/TenantForm.vue | 439 +++++++++++------- .../TenantAgencyPackageForm.vue | 10 +- 2 files changed, 270 insertions(+), 179 deletions(-) diff --git a/src/views/system/tenant/TenantForm.vue b/src/views/system/tenant/TenantForm.vue index b861932..c320273 100644 --- a/src/views/system/tenant/TenantForm.vue +++ b/src/views/system/tenant/TenantForm.vue @@ -1,19 +1,18 @@ - + + +.active-badge .el-icon { + position: absolute; + top: -32px; + right: 2px; + color: #fff; + font-size: 14px; +} + +/* 卡片内部排版 */ +.card-title { + font-size: 14px; + font-weight: bold; + color: #303133; + margin-bottom: 12px; + line-height: 1.4; + height: 40px; + /* 固定高度防止因名称长短不同导致卡片高度不一 */ + display: -webkit-box; + -webkit-box-orient: vertical; + -webkit-line-clamp: 2; + overflow: hidden; +} + +.card-price { + color: #f56c6c; + margin-bottom: 6px; +} + +.card-price .currency { + font-size: 14px; + margin-right: 2px; +} + +.card-price .amount { + font-size: 24px; + font-weight: bold; +} + +.card-desc { + font-size: 12px; + color: #909399; +} + \ No newline at end of file diff --git a/src/views/system/tenantagencypackage/TenantAgencyPackageForm.vue b/src/views/system/tenantagencypackage/TenantAgencyPackageForm.vue index e936aa4..c1bc945 100644 --- a/src/views/system/tenantagencypackage/TenantAgencyPackageForm.vue +++ b/src/views/system/tenantagencypackage/TenantAgencyPackageForm.vue @@ -55,21 +55,21 @@ - + - + - + 开启 关闭