From 87d3950f3a6844a531b4837c5a7081a7595f386c Mon Sep 17 00:00:00 2001
From: Oliver <1070107765@qq.com>
Date: 星期三, 21 十二月 2022 17:02:18 +0800
Subject: [PATCH] ui 调整

---
 src/views/operate/sms/smsIndex/createSms/index.vue |   50 +++++++++++++++++++++++++-------------------------
 1 files changed, 25 insertions(+), 25 deletions(-)

diff --git a/src/views/operate/sms/smsIndex/createSms/index.vue b/src/views/operate/sms/smsIndex/createSms/index.vue
index dc3c07e..5ca289d 100644
--- a/src/views/operate/sms/smsIndex/createSms/index.vue
+++ b/src/views/operate/sms/smsIndex/createSms/index.vue
@@ -232,29 +232,29 @@
 <style lang="scss" scoped>
 .createUser {
     border-radius: 1px;
-    background-color: #09152f;
+    background-color: white;
 
     main {
         text-align: left;
-        background-color: #09152f;
+        background-color: white;
         padding-bottom: 50px;
 
         .mainContent {
             display: flex;
             justify-content: center;
             padding-top: 50px;
-            &:deep(.el-dialog__title) {
-                color: #4b9bb7;
-            }
-            &::v-deep .el-form-item__label {
-                color: #4b9bb7;
-            }
-
-            &::v-deep .el-input__inner {
-                width: 400px;
-                background-color: #09152f;
-                border: 1px solid #17324c;
-            }
+            //&:deep(.el-dialog__title) {
+            //    color: #4b9bb7;
+            //}
+            //&::v-deep .el-form-item__label {
+            //    color: #4b9bb7;
+            //}
+            //
+            //&::v-deep .el-input__inner {
+            //    width: 400px;
+            //    background-color: #09152f;
+            //    border: 1px solid #17324c;
+            //}
 
             .message-item__left {
                 width: 400px;
@@ -270,9 +270,9 @@
                 width: 400px;
             }
 
-            :deep(.el-input) {
-                width: 400px;
-            }
+            //:deep(.el-input) {
+            //    width: 400px;
+            //}
 
             .message-item {
                 display: flex;
@@ -287,14 +287,14 @@
                 margin-left: 20px;
             }
 
-            :deep(.el-input--suffix) {
-                width: 400px;
-            }
-
-            &::v-deep .el-textarea__inner {
-                background-color: #09152f;
-                border: 1px solid #17324c;
-            }
+            //:deep(.el-input--suffix) {
+            //    width: 400px;
+            //}
+            //
+            //&::v-deep .el-textarea__inner {
+            //    background-color: #09152f;
+            //    border: 1px solid #17324c;
+            //}
 
             .el-form-item__content {
                 width: 400px;

--
Gitblit v1.8.0