From 7605b7362b373a87e1be073b228fab8d01c813e5 Mon Sep 17 00:00:00 2001
From: odc.xiaohui <xiaohui@Q1>
Date: 星期三, 08 三月 2023 09:07:00 +0800
Subject: [PATCH] 调整身份证 正反面
---
src/views/systemSetting/baseSetting/role/index.vue | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/views/systemSetting/baseSetting/role/index.vue b/src/views/systemSetting/baseSetting/role/index.vue
index 9d40ce8..93d1750 100644
--- a/src/views/systemSetting/baseSetting/role/index.vue
+++ b/src/views/systemSetting/baseSetting/role/index.vue
@@ -422,6 +422,7 @@
.funs-sp{
// border: 1px solid #17324c;
border: 1px solid #DCDFE6;
+ background-color: #fff;
}
.funs {
display: flex;
@@ -476,6 +477,7 @@
// font-size: 10px;
.operation {
display: flex;
+ color: var(--operation-color);
.line {
padding: 0 5px;
}
--
Gitblit v1.8.0