From 79fcfcba337fa44d7f5a2b565f0573530afec2ff Mon Sep 17 00:00:00 2001
From: hanbaoshan <hanbaoshan@aiotlink.com>
Date: 星期二, 01 九月 2020 22:33:05 +0800
Subject: [PATCH] 新增区域不能写入的bug

---
 public/index.html |   17 ++++++++++++++++-
 1 files changed, 16 insertions(+), 1 deletions(-)

diff --git a/public/index.html b/public/index.html
index bf5b551..577320a 100644
--- a/public/index.html
+++ b/public/index.html
@@ -316,6 +316,12 @@
     .pl20 {
       padding-left: 20px;
     }
+    .cursor-pointer{
+      cursor: pointer;
+    }
+    /* .flex-box{
+      display: flex;
+    } */
     .el-button--primary {
       color: #FFFFFF;
       background-color: #3D68E1!important;
@@ -338,7 +344,16 @@
       outline: none!important;
       border-color: #3D68E1!important;
     } */
-    
+    .el-select-dropdown__list{
+      text-align: left;
+    }
+    .el-form-item.is-required:not(.is-no-asterisk) > .el-form-item__label:before{
+      margin-left: -8px!important;
+      margin-right: 0;
+    }
+    .el-input.is-disabled .el-input__suffix{
+      visibility: hidden;
+    }
     </style>
 
   </head>

--
Gitblit v1.8.0