From 4a4e2815de15052af2357e7f53ed9aa30e079d40 Mon Sep 17 00:00:00 2001
From: “dzb” <2632970487@qq.com>
Date: 星期二, 20 九月 2022 10:39:05 +0800
Subject: [PATCH] 修改字体颜色以及输入框背景色
---
src/views/systemSetting/baseSetting/role/createUser/index.vue | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/src/views/systemSetting/baseSetting/role/createUser/index.vue b/src/views/systemSetting/baseSetting/role/createUser/index.vue
index 872c556..a56064a 100644
--- a/src/views/systemSetting/baseSetting/role/createUser/index.vue
+++ b/src/views/systemSetting/baseSetting/role/createUser/index.vue
@@ -307,7 +307,7 @@
border-radius: 1px;
// min-width: 1024px;
// min-height: 1450px;
- background-color: #fff;
+ background-color: #09152f;
header {
display: flex;
@@ -315,6 +315,7 @@
height: 60px;
line-height: 60px;
padding: 0 20px;
+ border: 1px solid #fff;
.headerTitle {
font-weight: 600;
color: #666;
@@ -330,9 +331,11 @@
}
main {
- border-top: 1px solid #f0f2f5;
+ // border-top: 1px solid #f0f2f5;
+ border: 1px solid #fff;
text-align: left;
padding: 0 55px;
+ background-color: #09152f;
.mainTitle {
// margin-left: 60px;
color: #666;
--
Gitblit v1.8.0