From c08e593f4b8a58eae72a597e91955a2f8f9802f7 Mon Sep 17 00:00:00 2001
From: guoshilong <123456>
Date: Mon, 16 Jan 2023 09:27:28 +0800
Subject: [PATCH] 户籍人口柱状图弹窗添加姓名和电话两个搜索条件

---
 src/styles/base/index.scss |   44 +++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 43 insertions(+), 1 deletions(-)

diff --git a/src/styles/base/index.scss b/src/styles/base/index.scss
index 4787b25..a85b418 100644
--- a/src/styles/base/index.scss
+++ b/src/styles/base/index.scss
@@ -283,6 +283,48 @@
             }
         }
     }
+
+    .header {
+        display: flex;
+        margin-bottom: 10px;
+        padding-left: 10px;
+        &>div{
+            display: flex;
+            height: 32px;
+            line-height: 32px;
+            margin-right: 10px;
+
+            input {
+                width: 150px;
+                height: 32px;
+                font-size: 12px;
+                text-indent: 1em;
+                color: #ffffff;
+                background-color: rgba(24, 79, 202, 0.6);
+                border: 1px solid rgb(0, 92, 169);
+                border-radius: 5px;
+            }
+
+            input:focus {
+                outline: none;
+            }
+
+            input::-webkit-input-placeholder {
+                color: rgba(238, 238, 238, 0.7);
+            }
+        }
+        &>div:first-child input{
+            width: 120px;
+        }
+        .el-button--primary {
+            background-color: rgba(29, 92, 228, 0.6);
+            border: 1px solid rgba(29, 92, 228, 0.6);
+        }
+        .el-button{
+            padding: 6px 10px;
+        }
+
+    }
 }
 
 .equiment-details-box {
@@ -409,7 +451,7 @@
             flex: 1;
             .el-table th.el-table__cell>.cell{
                 font-size:  16px;
-            } 
+            }
         }
         .el-table {
             height: calc(100% - 40px);

--
Gitblit v1.9.3