@@ -67,7 +67,7 @@ select.☘-select(disabled style="width:120px")
6767
6868## ` .sm ` & ` .lg `
6969
70- 全局变量控制内边距
70+ 全局变量控制内边距,数值和预设都与 ` input.☘-input ` 一致
7171
7272- ` --padding-horizonal-select ` 纵向内边距
7373- ` --padding-vertical-select ` 横向内边距
@@ -77,7 +77,7 @@ select.☘-select(disabled style="width:120px")
7777- <T class = " ☘-form-item" >
7878 <label >更小 ` select.☘-select.sm ` </label >
7979 <T class = " ☘-input-wrapper" data-primary >
80- <T tag = " select" class = " ☘-select sm" style = " width:120px " >
80+ <T tag = " select" class = " ☘-select sm" style = " width:90px " >
8181 <option value = " genshin" >原神</option >
8282 <option value = " hsr" >崩鉄</option >
8383 <option value = " zzz" >絕區零</option >
@@ -87,7 +87,7 @@ select.☘-select(disabled style="width:120px")
8787- <T class = " ☘-form-item" >
8888 <label >更大 ` select.☘-select.lg ` </label >
8989 <T class = " ☘-input-wrapper" data-primary >
90- <T tag = " select" class = " ☘-select lg" style = " width:120px " >
90+ <T tag = " select" class = " ☘-select lg" style = " width:90px " >
9191 <option value = " genshin" >原神</option >
9292 <option value = " hsr" >崩鉄</option >
9393 <option value = " zzz" >絕區零</option >
@@ -97,9 +97,9 @@ select.☘-select(disabled style="width:120px")
9797
9898
9999
100- ## custom
100+ ## custom style
101101
102- 自定义图标很容易
102+ 自定义图标很容易,不需要覆盖 ` select::picker-icon ` 直接使用 ` select>button:first-of-type ` 来狸猫换太子
103103
104104<T class = " ☘-form-item" >
105105 <label >故障机型</label >
0 commit comments