We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e127460 commit 96a4927Copy full SHA for 96a4927
src/search/_example/base/index.wxss
@@ -5,4 +5,4 @@
5
6
.example-search:not(:last-child) {
7
margin-bottom: 32rpx;
8
-}
+}
src/search/search.less
@@ -68,6 +68,7 @@
68
&__clear {
69
position: relative;
70
margin-left: 10px;
71
+ font-size: 48rpx;
72
color: @search-clear-icon-color;
73
.hotspot-expanded();
74
}
src/search/search.wxml
@@ -48,7 +48,7 @@
48
aria-role="button"
49
aria-label="清除"
50
>
51
- <t-icon name="close-circle-filled" size="48rpx" />
+ <t-icon name="close-circle-filled" size="inherit" color="inherit" />
52
</view>
53
54
<view
0 commit comments