瀏覽代碼

Merge pull request #127 from Leopoldthecoder/next

fix select style in form
cinwell.li 9 年之前
父節點
當前提交
7e34836765
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      packages/theme-default/src/select.css

+ 2 - 0
packages/theme-default/src/select.css

@@ -130,6 +130,7 @@
       margin: 4px 0 -3px 10px;
       color: #666;
       font-size: 14px;
+      vertical-align: baseline;
       appearance: none;
       height: 28px;
       background-color: transparent;
@@ -152,6 +153,7 @@
 
     @e tags {
       position: absolute;
+      line-height: normal;
       z-index: var(--index-top);
     }