Moss
1 年之前
|
@@ -15,7 +15,7 @@
|
|
placeholder="输入商品名称搜索"
|
|
placeholder="输入商品名称搜索"
|
|
:showAction="false"
|
|
:showAction="false"
|
|
clearabled
|
|
clearabled
|
|
- :disabled="true">
|
|
|
|
|
|
+ disabled>
|
|
</u-search>
|
|
</u-search>
|
|
</view>
|
|
</view>
|
|
|
|
|
|
@@ -317,6 +317,14 @@
|
|
font-weight: 600;
|
|
font-weight: 600;
|
|
position: relative;
|
|
position: relative;
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+ .search-container {
|
|
|
|
+ ::v-deep .u-search {
|
|
|
|
+ input {
|
|
|
|
+ pointer-events: none;
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
|
|
.bg-container {
|
|
.bg-container {
|
|
position: fixed;
|
|
position: fixed;
|