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/zshare/verifycard/index.jsx | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/templates/zshare/verifycard/index.jsx b/src/templates/zshare/verifycard/index.jsx index 93e19b9..463b981 100644 --- a/src/templates/zshare/verifycard/index.jsx +++ b/src/templates/zshare/verifycard/index.jsx @@ -233,7 +233,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> ) @@ -303,7 +303,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> ) @@ -372,7 +372,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