From 4506c7f074f9dc7ec2937bd7d9c99a0a09d50ee6 Mon Sep 17 00:00:00 2001
From: odc.xiaohui <xiaohui@Q1>
Date: 星期三, 11 一月 2023 10:09:34 +0800
Subject: [PATCH] Merge branch 'dev1.0' of http://42.193.1.25:9521/r/sccg_ui into dev1.0

---
 src/views/systemSetting/device/handheldTerminal/components/dialogForm.vue |   26 +++++++++++++-------------
 1 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/src/views/systemSetting/device/handheldTerminal/components/dialogForm.vue b/src/views/systemSetting/device/handheldTerminal/components/dialogForm.vue
index 511b162..0109e2a 100644
--- a/src/views/systemSetting/device/handheldTerminal/components/dialogForm.vue
+++ b/src/views/systemSetting/device/handheldTerminal/components/dialogForm.vue
@@ -276,13 +276,13 @@
   <style lang="scss" scoped>
 .create {
   border-radius: 1px;
-  background-color: #09152f;
+  // background-color: #09152f;
 
   main {
     // border: 1px solid #fff;
     text-align: left;
     padding: 0 55px;
-    background-color: #09152f;
+    // background-color: #09152f;
     padding-bottom: 50px;
 
     .mainContent {
@@ -322,18 +322,18 @@
     }
   }
 
-  &::v-deep .el-textarea__inner {
-    background-color: #09152f;
-    border: 1px solid #17324c;
-  }
+  // &::v-deep .el-textarea__inner {
+  //   background-color: #09152f;
+  //   border: 1px solid #17324c;
+  // }
 
-  ::v-deep .el-form-item__label {
-    color: #4b9bb7;
-  }
+  // ::v-deep .el-form-item__label {
+  //   color: #4b9bb7;
+  // }
 
-  ::v-deep .el-input__inner {
-    background-color: #09152f;
-    border: 1px solid #17324c;
-  }
+  // ::v-deep .el-input__inner {
+  //   background-color: #09152f;
+  //   border: 1px solid #17324c;
+  // }
 }
 </style>
\ No newline at end of file

--
Gitblit v1.8.0