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 @@ - + - + - + 开启 关闭