w-ui-v1 1.0.89 → 1.0.91

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "w-ui-v1",
3
- "version": "1.0.89",
3
+ "version": "1.0.91",
4
4
  "description": "w-ui",
5
5
  "author": "wgxshh",
6
6
  "license": "ISC",
package/w-menu/w-menu.vue CHANGED
@@ -243,6 +243,6 @@ function queryList() {
243
243
  .menu-list {
244
244
  padding: 12px 0 1px 0;
245
245
  // background-color: #F6F7FB;
246
- background: linear-gradient(to top, #F6F7FB 60%, #2c5def 100%);
246
+ background: linear-gradient(to top, #F6F7FB 0%, #2c5def 100%);
247
247
  }
248
248
  </style>
@@ -51,7 +51,7 @@
51
51
  </wd-drop-menu-item>
52
52
  </wd-drop-menu>
53
53
  </view>
54
- <view style="flex:1;" v-if="primaryCriteria?.extControlType==='text'">
54
+ <view style="flex:1;" v-if="primaryCriteria?.extControlType==='text'||primaryCriteria?.controlType==='text'">
55
55
  <wd-search @clear="search" v-model="searchData[primaryCriteria.id]" :placeholder="`搜索${primaryCriteria.title}`">
56
56
  <template #suffix>
57
57
  <view @click="search" style="padding:0 8px;">