From d8fcf4c20cd4638a3def6227a71ea2c81fbc0885 Mon Sep 17 00:00:00 2001
From: hanbaoshan <hanbaoshan@aiotlink.com>
Date: 星期五, 23 十月 2020 17:23:15 +0800
Subject: [PATCH] 标注静态交互

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

diff --git a/public/index.html b/public/index.html
index d0f41f4..fac9533 100644
--- a/public/index.html
+++ b/public/index.html
@@ -313,6 +313,15 @@
     .mt15 {
       margin-top: 15px;
     }
+    .pl20 {
+      padding-left: 20px;
+    }
+    .cursor-pointer{
+      cursor: pointer;
+    }
+    /* .flex-box{
+      display: flex;
+    } */
     .el-button--primary {
       color: #FFFFFF;
       background-color: #3D68E1!important;
@@ -335,7 +344,30 @@
       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;
+    }
+    .form-tip{
+      color: #999;
+      position: relative;
+      text-align: left;
+      padding-left: 10px;
+    }
+    .form-tip:before{
+      content:'*';
+      position: absolute;
+      top: 0;
+      left: 0;
+      color: #f90;
+      font-size: 14px;
+    }
     </style>
 
   </head>

--
Gitblit v1.8.0