We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ec791e commit 0364887Copy full SHA for 0364887
uni_modules/uni-search-bar/components/uni-search-bar/uni-search-bar.vue
@@ -241,7 +241,7 @@
241
.uni-searchbar__box {
242
/* #ifndef APP-NVUE */
243
display: flex;
244
- box-sizing: border-box;
+ box-sizing: border-box;
245
justify-content: left;
246
/* #endif */
247
overflow: hidden;
@@ -271,7 +271,9 @@
271
color: #333;
272
margin-left: 5px;
273
margin-top: 1px;
274
+ /* #ifndef APP-NVUE */
275
background-color: inherit;
276
+ /* #endif */
277
}
278
279
.uni-searchbar__box-icon-clear {
0 commit comments