@vue-start/pro 0.5.40 → 0.5.41

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/CHANGELOG.md CHANGED
@@ -3,6 +3,12 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # 0.5.41
7
+
8
+ - 更新主题渐变色计算方法
9
+ - Layout tabs bug 修复(tabs 切换参数丢失、hide 页面缓存更新、layout 初始化 tab)
10
+ - Layout tabs 拖动钩子 onDragRegister
11
+
6
12
  # 0.5.40
7
13
 
8
14
  - 新增 theme 模式
package/dist/index.css CHANGED
@@ -205,11 +205,6 @@
205
205
  color: var(--pro-color-text-regular);
206
206
  }
207
207
 
208
- .pro-layout-tabs-root .place {
209
- min-width: var(--pro-spacing-2);
210
- height: 100%;
211
- }
212
-
213
208
  .pro-layout-tabs-item {
214
209
  cursor: pointer;
215
210
  padding: 4px 12px;