leisure-core 0.5.91 → 0.5.93

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.
@@ -24,6 +24,7 @@
24
24
  </el-form>
25
25
  <div class="dialog-footer">
26
26
  <template>
27
+ <le-button type="primary" @click="closeDialogMual"> 关闭 </le-button>
27
28
  <le-button type="primary" @click="passClick">{{
28
29
  passBtnText
29
30
  }}</le-button>
@@ -94,13 +95,16 @@ export default {
94
95
  closeDialog() {
95
96
  this.showAuditDialog = false;
96
97
  },
98
+ closeDialogMual() {
99
+ this.closeDialog();
100
+ },
97
101
  },
98
102
  };
99
103
  </script>
100
104
  <style lang="scss" scoped>
101
105
  .dialog-footer {
102
106
  display: block;
103
- width: 130px;
107
+ width: 200px;
104
108
  margin-left: auto;
105
109
  margin-right: auto;
106
110
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "leisure-core",
3
- "version": "0.5.91",
3
+ "version": "0.5.93",
4
4
  "description": "leisure-core是京心数据基于vue2.x开发的一套后台管理系统桌面端组件库,封装了大量实用的UI控件模板,非常方便开发者快速搭建前端应用",
5
5
  "private": false,
6
6
  "author": "北方乐逍遥(zcx7878)",