w-ui-v1 1.0.65 → 1.0.67

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.65",
3
+ "version": "1.0.67",
4
4
  "description": "w-ui",
5
5
  "author": "wgxshh",
6
6
  "license": "ISC",
@@ -118,7 +118,7 @@ function add() {
118
118
  <wSearch :criterias="pageData.criterias" @search="search" v-if="pageData.buttons.includes('query')">
119
119
  </wSearch>
120
120
  <view>
121
- <slot name="button"></slot>
121
+ <slot name="buttons"></slot>
122
122
  <!-- 添加按钮 -->
123
123
  <wd-button v-if="pageData.buttons.includes('dtmplAdd')" type="icon" icon="add" @click="add" />
124
124
  </view>
@@ -139,7 +139,7 @@ function add() {
139
139
  align-items: center;
140
140
  justify-content: space-between;
141
141
  background-color: #fff;
142
- margin-bottom: 10px;
142
+ // margin-bottom: 10px;
143
143
  }
144
144
  .card-list{
145
145
  padding: 12px 0 1px 0;