From 41e3822a2d829477e103e81e276dd025c392f29f Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期四, 26 九月 2024 10:34:03 +0800
Subject: [PATCH] #
---
zy-acs-flow/src/page/segment/SegmentList.jsx | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/zy-acs-flow/src/page/segment/SegmentList.jsx b/zy-acs-flow/src/page/segment/SegmentList.jsx
index 1c17780..c45df61 100644
--- a/zy-acs-flow/src/page/segment/SegmentList.jsx
+++ b/zy-acs-flow/src/page/segment/SegmentList.jsx
@@ -167,15 +167,15 @@
label={
<span>
{item.name}
- {/* (
+ (
<Count
filter={{
...filterValues,
state: item.name,
}}
- sx={{ lineHeight: 'inherit' }}
+ sx={{ lineHeight: 'inherit', fontWeight: 'bold' }}
/>
- ) */}
+ )
</span>
}
/>
--
Gitblit v1.9.1