diff --git a/src/apps/AppWalkask/selectType.vue b/src/apps/AppWalkask/selectType.vue index 77a11516..6a011a80 100644 --- a/src/apps/AppWalkask/selectType.vue +++ b/src/apps/AppWalkask/selectType.vue @@ -17,7 +17,7 @@
-
+
{{ item.applicationName }}
@@ -38,7 +38,7 @@
-
+
{{ e.name }}
{{ e.idNumber && e.idNumber.replace(/^(\w{6})\w{8}(.*)$/, '$1******$2') }}
@@ -201,7 +201,7 @@ export default { height: 74px; border-radius: 8px; } - .right { + .rightes { width: 100%; display: flex; justify-content: space-between; @@ -248,14 +248,14 @@ export default { } } - .right { + .rights { width: 100%; display: flex; justify-content: space-between; align-items: center; margin-left: 32px; border-bottom: 1px solid #e4e5e6; - padding-right: 20px; + padding-right: 40px; .applicationNames { font-size: 36px; font-weight: 500;