liushengqiang 2 tahun lalu
induk
melakukan
19980b96eb

+ 15 - 13
src/components/TheSearch/index.module.less

@@ -3,32 +3,34 @@
 
     :global {
         .n-input-wrapper {
+            padding-left: 12px;
             padding-right: 4px;
-            height: 42px;
-
-            .n-input__input-el {
-                height: 100%;
-            }
+            height: 42px !important;
         }
 
         .n-button {
-            width: 72px;
             height: 34px;
-            opacity: .8;
+            font-size: 15px;
+            font-weight: 500;
+            width: auto;
         }
     }
-    .active{
+
+    .active {
         display: none;
     }
-    &:global(.n-input--focus){
-        .active{
+
+    &:global(.n-input--focus) {
+        .active {
             display: block;
         }
-        .default{
+
+        .default {
             display: none;
         }
-        :global{
-            .n-button{
+
+        :global {
+            .n-button {
                 opacity: 1;
             }
         }

+ 0 - 6
src/views/natural-resources/index.module.less

@@ -115,12 +115,6 @@
     width: 360px;
     height: 42px;
     font-size: 16px;
-
-    img {
-      width: 18px;
-      height: 18px;
-    }
-
     :global {
       .n-input-wrapper {
         padding-left: 12px;