From 7429e255a5fb891db6aa5cad6f46dbb0a00f0358 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8A=B1=E6=9C=89=E6=B8=85=E9=A6=99=E6=9C=88=E6=9C=89?= =?UTF-8?q?=E9=98=B4?= <185154740@qq.com> Date: Fri, 31 Dec 2021 11:53:11 +0800 Subject: [PATCH] 26206 --- src/apps/AppWalkask/selectType.vue | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/apps/AppWalkask/selectType.vue b/src/apps/AppWalkask/selectType.vue index 53f1ec19..f52af701 100644 --- a/src/apps/AppWalkask/selectType.vue +++ b/src/apps/AppWalkask/selectType.vue @@ -40,8 +40,7 @@
{{ e.name }}
- - +
{{ e.idNumber && e.idNumber.replace(/^(\w{6})\w{8}(.*)$/, '$1******$2') }}
@@ -256,14 +255,14 @@ export default { align-items: center; margin-left: 32px; border-bottom: 1px solid #e4e5e6; + padding-right: 20px; .applicationNames { font-size: 36px; font-weight: 500; color: #333333; } - .imgs { - width: 40px; - height: 40px; + .idNumbers { + color: #666; } } }