@keyblade/pro-components 1.4.2 → 1.4.3

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.
Files changed (2) hide show
  1. package/es/style.css +10 -10
  2. package/package.json +1 -1
package/es/style.css CHANGED
@@ -1,11 +1,12 @@
1
+ .keyblade-pro-breadcrumb {
2
+ margin: 16px 0;
3
+ }
4
+ .keyblade-pro-breadcrumb-icon-item {
5
+ cursor: text;
6
+ }
1
7
  .keyblade-pro-page-container {
2
8
  padding: 0 20px 20px 20px;
3
9
  }
4
- .keyblade-pro-reuse-tabs {
5
- position: relative;
6
- background-color: var(--color-bg-2);
7
- padding: 4px 20px;
8
- }
9
10
  .keyblade-pro-layout {
10
11
  width: 100%;
11
12
  height: 100%;
@@ -112,11 +113,10 @@
112
113
  .keyblade-pro-layout-side .keyblade-pro-layout-sider-collapsed .keyblade-pro-layout-sider-content-top {
113
114
  padding: 16px 8px;
114
115
  }
115
- .keyblade-pro-breadcrumb {
116
- margin: 16px 0;
117
- }
118
- .keyblade-pro-breadcrumb-icon-item {
119
- cursor: text;
116
+ .keyblade-pro-reuse-tabs {
117
+ position: relative;
118
+ background-color: var(--color-bg-2);
119
+ padding: 4px 20px;
120
120
  }
121
121
  .keyblade-pro-menu-item-img {
122
122
  width: 14px;
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.4.2",
5
+ "version": "1.4.3",
6
6
  "private": false,
7
7
  "type": "module",
8
8
  "main": "es/index.js",