kz-ui-base 1.0.85 → 1.0.86

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.
@@ -212,7 +212,6 @@
212
212
  margin-bottom: 0;
213
213
  top: 55px;
214
214
  right: 0;
215
- background: #f8f8f9;
216
215
  "
217
216
  v-show="isShowSearch"
218
217
  >
@@ -269,15 +268,7 @@
269
268
  </component>
270
269
  </el-form>
271
270
  </el-col>
272
- <el-form-item
273
- style="
274
- width: 100%;
275
- padding: 2px 50px;
276
- border-top: 1px solid #ddd;
277
- float: left;
278
- margin-bottom: 10px;
279
- "
280
- >
271
+ <el-form-item style="float: right; margin-bottom: 10px">
281
272
  <el-button
282
273
  type="primary"
283
274
  icon="el-icon-search"
@@ -285,6 +276,9 @@
285
276
  @click="handleQuery"
286
277
  >搜索</el-button
287
278
  >
279
+ <el-button icon="el-icon-refresh" size="mini" @click="resetQuery"
280
+ >重置</el-button
281
+ >
288
282
  <AdvancedQueryClose
289
283
  style="
290
284
  margin-left: 10px;
@@ -301,7 +295,10 @@
301
295
  </el-form-item>
302
296
  </el-form>
303
297
  </div>
304
- <div style="margin-bottom: 0; height: 50px; padding-left: 20px" v-if="statistics.length>0">
298
+ <div
299
+ style="margin-bottom: 0; height: 50px; padding-left: 20px"
300
+ v-if="statistics.length > 0"
301
+ >
305
302
  <el-row>
306
303
  <el-col
307
304
  v-for="(item, index) in statistics"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kz-ui-base",
3
- "version": "1.0.85",
3
+ "version": "1.0.86",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {