leisure-core 0.5.30 → 0.5.32

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.
@@ -1,15 +1,17 @@
1
1
  <template>
2
2
  <div class="page-container">
3
3
  <el-form :inline="true" class="demo-form-inline" :model="searchData">
4
- <slot name="paramSlot"></slot>
5
- <el-form-item>
6
- <slot></slot>
7
- <le-button type="primary" @click="onClickQuery()">查询</le-button>
8
- <le-button type="primary" @click="addItem()" v-if="isDispAddBtn">{{
9
- addBtnText
10
- }}</le-button>
11
- <slot name="headerBtns" :params="searchData"></slot>
12
- </el-form-item>
4
+ <div class="queryBtnClass">
5
+ <slot name="paramSlot"></slot>
6
+ <el-form-item>
7
+ <slot></slot>
8
+ <le-button type="primary" @click="onClickQuery()">查询</le-button>
9
+ <le-button type="primary" @click="addItem()" v-if="isDispAddBtn">{{
10
+ addBtnText
11
+ }}</le-button>
12
+ <slot name="headerBtns" :params="searchData"></slot>
13
+ </el-form-item>
14
+ </div>
13
15
  </el-form>
14
16
  <el-table
15
17
  ref="eltablemain"
@@ -304,4 +306,10 @@ export default {
304
306
  .rowBtnsExt {
305
307
  margin-left: 3px;
306
308
  }
309
+
310
+ .queryBtnClass {
311
+ display: flex;
312
+ display: -webkit-flex;
313
+ justify-content: start;
314
+ }
307
315
  </style>
@@ -45,6 +45,7 @@
45
45
  <le-dialog-container
46
46
  title="角色"
47
47
  width="60%"
48
+ :showCloseBtnTop="true"
48
49
  :showDialog="showEdit"
49
50
  @close="closeEditDialog"
50
51
  >
@@ -56,6 +57,7 @@
56
57
  </le-dialog-container>
57
58
  <le-dialog-container
58
59
  :title="curRoleName"
60
+ :showCloseBtnTop="true"
59
61
  :showDialog="showUsers"
60
62
  @close="closeUserDialog"
61
63
  >
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "leisure-core",
3
- "version": "0.5.30",
3
+ "version": "0.5.32",
4
4
  "description": "leisure-core是京心数据基于vue2.x开发的一套后台管理系统桌面端组件库,封装了大量实用的UI控件模板,非常方便开发者快速搭建前端应用",
5
5
  "private": false,
6
6
  "author": "北方乐逍遥(zcx7878)",