@keyblade/pro-components 1.2.0 → 1.2.2
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/es/style.css +8 -8
- package/package.json +3 -3
package/es/style.css
CHANGED
|
@@ -1,8 +1,5 @@
|
|
|
1
|
-
.keyblade-pro-
|
|
2
|
-
|
|
3
|
-
}
|
|
4
|
-
.keyblade-pro-breadcrumb-icon-item {
|
|
5
|
-
cursor: text;
|
|
1
|
+
.keyblade-pro-page-container {
|
|
2
|
+
padding: 0 20px 20px 20px;
|
|
6
3
|
}
|
|
7
4
|
.keyblade-pro-layout {
|
|
8
5
|
width: 100%;
|
|
@@ -110,14 +107,17 @@
|
|
|
110
107
|
.keyblade-pro-layout-side .keyblade-pro-layout-sider-collapsed .keyblade-pro-layout-sider-content-top {
|
|
111
108
|
padding: 16px 8px;
|
|
112
109
|
}
|
|
113
|
-
.keyblade-pro-page-container {
|
|
114
|
-
padding: 0 20px 20px 20px;
|
|
115
|
-
}
|
|
116
110
|
.keyblade-pro-reuse-tabs {
|
|
117
111
|
position: relative;
|
|
118
112
|
background-color: var(--color-bg-2);
|
|
119
113
|
padding: 4px 20px;
|
|
120
114
|
}
|
|
115
|
+
.keyblade-pro-breadcrumb {
|
|
116
|
+
margin: 16px 0;
|
|
117
|
+
}
|
|
118
|
+
.keyblade-pro-breadcrumb-icon-item {
|
|
119
|
+
cursor: text;
|
|
120
|
+
}
|
|
121
121
|
.keyblade-pro-menu-item-img {
|
|
122
122
|
width: 14px;
|
|
123
123
|
height: auto;
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@keyblade/pro-components",
|
|
3
3
|
"description": "KeyBlade Pro Components",
|
|
4
4
|
"author": "yangshuai <704807396@qq.com>",
|
|
5
|
-
"version": "1.2.
|
|
5
|
+
"version": "1.2.2",
|
|
6
6
|
"private": false,
|
|
7
7
|
"type": "module",
|
|
8
8
|
"main": "es/index.js",
|
|
@@ -20,13 +20,13 @@
|
|
|
20
20
|
],
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@arco-design/web-vue": "^2.47.1",
|
|
23
|
-
"vue-router": "^4.2.
|
|
23
|
+
"vue-router": "^4.2.2"
|
|
24
24
|
},
|
|
25
25
|
"peerDependencies": {
|
|
26
26
|
"vue": "^3.3.4"
|
|
27
27
|
},
|
|
28
28
|
"scripts": {
|
|
29
|
-
"build": "
|
|
29
|
+
"build": "vite build",
|
|
30
30
|
"publish:npm": "pnpm publish"
|
|
31
31
|
},
|
|
32
32
|
"typings": "es/index.d.ts"
|