Forráskód Böngészése

ff26添加症状搜索光标bug修改2448

zhouna 5 éve
szülő
commit
ee6bcdcf40
1 módosított fájl, 3 hozzáadás és 1 törlés
  1. 3 1
      src/common/components/SearchBox/index.less

+ 3 - 1
src/common/components/SearchBox/index.less

@@ -14,6 +14,7 @@
       width: 300px;
       background: #fff;
       border: 1px solid #ccc;
+        margin-top: 10px;
        ul{
         li:hover{
           border: 1px solid #3B9ED0;
@@ -24,7 +25,8 @@
         width: 100%;
         height: 34px;
         line-height: 34px;
-        padding: 0 32px;
+        padding: 0px 32px;
+        margin-bottom: -10px;
         box-sizing: border-box;
     }
     input::ms-clear{