From b8c7b615887bb5499e48c6fe3ec17bdda935c4e5 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Mon, 06 Mar 2023 10:38:19 +0800
Subject: [PATCH] Merge branch 'master' of http://s16s652780.51mypc.cn:49896/r/srs-police-affairs

---
 src/styles/base/index.scss |   29 +++++++++++++++++++++++------
 1 files changed, 23 insertions(+), 6 deletions(-)

diff --git a/src/styles/base/index.scss b/src/styles/base/index.scss
index 9e9c561..d66fe7d 100644
--- a/src/styles/base/index.scss
+++ b/src/styles/base/index.scss
@@ -897,8 +897,8 @@
     .el-dialog {
         display: flex;
         flex-direction: column;
-        width: 300px;
-        height: 174px;
+        width: 320px;
+        height: 186px;
 
         .el-dialog__body {
             .el-button {
@@ -921,8 +921,14 @@
                 margin-bottom: 10px;
             }
 
+            .alpha {
+                width: calc(100% - 110px);
+            }
+
             .value-name-box {
-                width: 90px;
+                width: 110px;
+                display: flex;
+                align-items: center;
             }
 
             .add-polygon-btn-box {
@@ -933,7 +939,6 @@
             input {
                 height: 30px;
                 font-size: 16px;
-                text-indent: 1em;
                 color: #ffffff;
                 background-color: transparent;
                 border: 1px solid rgb(0, 92, 169);
@@ -945,6 +950,14 @@
 
             input::-webkit-input-placeholder {
                 color: rgba(238, 238, 238, 0.7);
+            }
+
+            .el-input--suffix .el-input__inner {
+                padding-right: 10px;
+            }
+
+            .placeholder {
+                height: 26px;
             }
         }
     }
@@ -959,7 +972,7 @@
     .el-dialog {
         display: flex;
         flex-direction: column;
-        width: 240px;
+        width: 300px;
         height: 140px;
 
         .el-dialog__body {
@@ -987,10 +1000,14 @@
             .value-name-box {
                 height: 32px;
                 line-height: 32px;
-                width: 100px;
+                width: 120px;
                 text-align: left;
             }
 
+            .alpha {
+                width: calc(100% - 120px);
+            }
+
             input {
                 height: 30px;
                 font-size: 16px;

--
Gitblit v1.9.3