From ad328dea146ab06dcaadb69d6cefb5ce658d659f Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期一, 07 二月 2022 17:39:44 +0800
Subject: [PATCH] 2022-02-07

---
 src/templates/sharecomponent/actioncomponent/verifyexcelin/index.jsx |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/templates/sharecomponent/actioncomponent/verifyexcelin/index.jsx b/src/templates/sharecomponent/actioncomponent/verifyexcelin/index.jsx
index 959ca42..b28fe2c 100644
--- a/src/templates/sharecomponent/actioncomponent/verifyexcelin/index.jsx
+++ b/src/templates/sharecomponent/actioncomponent/verifyexcelin/index.jsx
@@ -179,7 +179,7 @@
 
           return (
             <div>
-              {title ? <span style={{color: '#a50'}}>{title}</span> : null}
+              {title ? <span style={{color: '#a50'}}>{title}<span style={{fontSize: '12px', marginLeft: '5px'}}>{_text.length}</span></span> : null}
               <Paragraph copyable={{ text: text }} ellipsis={{ rows: 4, expandable: true }}>{_text}</Paragraph>
             </div>
           )

--
Gitblit v1.8.0