From 8a899e63502939dbf034b90ba46741e0faa9023c Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期五, 08 五月 2026 18:49:32 +0800
Subject: [PATCH] 管理端bug修改
---
small-program/unpackage/dist/dev/mp-weixin/pages/storage-point/storage-point.wxss | 18 +++++++++++++++++-
1 files changed, 17 insertions(+), 1 deletions(-)
diff --git a/small-program/unpackage/dist/dev/mp-weixin/pages/storage-point/storage-point.wxss b/small-program/unpackage/dist/dev/mp-weixin/pages/storage-point/storage-point.wxss
index daed962..ac0cd66 100644
--- a/small-program/unpackage/dist/dev/mp-weixin/pages/storage-point/storage-point.wxss
+++ b/small-program/unpackage/dist/dev/mp-weixin/pages/storage-point/storage-point.wxss
@@ -159,6 +159,10 @@
.filter-item.active.data-v-6bbaaa78 {
color: #222222;
}
+.filter-text-bold.data-v-6bbaaa78 {
+ font-weight: 700;
+ color: #000000;
+}
.card-list.data-v-6bbaaa78 {
padding: 30rpx;
box-sizing: border-box;
@@ -432,9 +436,21 @@
width: 24rpx;
height: 24rpx;
margin-right: 4rpx;
+ flex-shrink: 0;
+}
+.point-address text.data-v-6bbaaa78 {
+ width: 425rpx;
+ display: -webkit-box;
+ -webkit-line-clamp: 2;
+ -webkit-box-orient: vertical;
+ overflow: hidden;
}
.point-time.data-v-6bbaaa78 {
- display: block;
+ width: 425rpx;
+ display: -webkit-box;
+ -webkit-line-clamp: 1;
+ -webkit-box-orient: vertical;
+ overflow: hidden;
margin-top: 20rpx;
line-height: 1.5;
font-weight: 400;
--
Gitblit v1.9.3