leisure-core 0.5.92 → 0.5.94
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,9 +24,7 @@
|
|
|
24
24
|
</el-form>
|
|
25
25
|
<div class="dialog-footer">
|
|
26
26
|
<template>
|
|
27
|
-
<le-button type="primary" @click="closeDialogMual">
|
|
28
|
-
关闭
|
|
29
|
-
}}</le-button>
|
|
27
|
+
<le-button type="primary" @click="closeDialogMual"> 关闭 </le-button>
|
|
30
28
|
<le-button type="primary" @click="passClick">{{
|
|
31
29
|
passBtnText
|
|
32
30
|
}}</le-button>
|
|
@@ -106,7 +104,7 @@ export default {
|
|
|
106
104
|
<style lang="scss" scoped>
|
|
107
105
|
.dialog-footer {
|
|
108
106
|
display: block;
|
|
109
|
-
width:
|
|
107
|
+
width: 200px;
|
|
110
108
|
margin-left: auto;
|
|
111
109
|
margin-right: auto;
|
|
112
110
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "leisure-core",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.94",
|
|
4
4
|
"description": "leisure-core是京心数据基于vue2.x开发的一套后台管理系统桌面端组件库,封装了大量实用的UI控件模板,非常方便开发者快速搭建前端应用",
|
|
5
5
|
"private": false,
|
|
6
6
|
"author": "北方乐逍遥(zcx7878)",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"vue": "^2.6.14",
|
|
21
21
|
"vue-router": "^3.5.1",
|
|
22
22
|
"vuex": "^3.6.2",
|
|
23
|
-
"vxe-table": "^3.
|
|
23
|
+
"vxe-table": "^3.19.28"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {}
|
|
26
26
|
}
|