From 84d97857cb5ba7cfb62b6400bdff0911eab4826b Mon Sep 17 00:00:00 2001
From: Surpriseplus <845948745@qq.com>
Date: 星期六, 17 十二月 2022 18:30:44 +0800
Subject: [PATCH] 图层管理界面添加

---
 src/views/Thematic/index.vue |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/src/views/Thematic/index.vue b/src/views/Thematic/index.vue
index 0b27a8f..d17429a 100644
--- a/src/views/Thematic/index.vue
+++ b/src/views/Thematic/index.vue
@@ -547,6 +547,11 @@
   /deep/ .el-form--inline .el-form-item {
     margin-right: 32px;
   }
+  /deep/.el-input__inner {
+    background-color: transparent !important ;
+    color: #fff;
+    border: 1px solid white !important;
+  }
 }
 
 // .themaic .el-divider--horizontal {

--
Gitblit v1.9.3