From 0c1a33a33b45fc3265cb7fef20beb48407cd6c98 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 24 八月 2023 14:54:06 +0800 Subject: [PATCH] 2023-08-24 --- src/templates/sharecomponent/actioncomponent/verifyprint/index.jsx | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/templates/sharecomponent/actioncomponent/verifyprint/index.jsx b/src/templates/sharecomponent/actioncomponent/verifyprint/index.jsx index 3e57618..5a622de 100644 --- a/src/templates/sharecomponent/actioncomponent/verifyprint/index.jsx +++ b/src/templates/sharecomponent/actioncomponent/verifyprint/index.jsx @@ -67,7 +67,7 @@ width: '10%', render: (text, record) => { if (record.position === 'back') { - return <span style={{color: 'orange'}}>鍚庣疆</span> + return <span style={{color: '#1890ff'}}>鍚庣疆</span> } else { return <span style={{color: '#26C281'}}>鍓嶇疆</span> } -- Gitblit v1.8.0