upp-platform-core 1.1.6 → 1.1.8

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/README.md CHANGED
@@ -1,3 +1,10 @@
1
+ # 2025-07-17 v1.1.8
2
+ 子应用菜单过多导致展示不全问题
3
+ 暗黑模式菜单样式调整
4
+
5
+ # 2025-07-16 v1.1.07
6
+ 将图片放入包中
7
+
1
8
  # 2025-07-16 v1.1.06
2
9
  将展开图标及背景图存放在包内
3
10
  子应用升级包实现菜单改造效果
Binary file
package/lib/index.css CHANGED
@@ -2273,11 +2273,11 @@
2273
2273
  border: none;
2274
2274
  }
2275
2275
  .light.side-layouts .t-layout.t-layout--with-sider {
2276
- background-image: url(../layout/images/bg.png);
2276
+ background-image: url(./images/bg.png);
2277
2277
  background-position: center -120px;
2278
2278
  }
2279
2279
  .light.side-layouts .t-layout__header {
2280
- background-image: url(../layout/images/bg.png);
2280
+ background-image: url(./images/bg.png);
2281
2281
  background-position: center -60px;
2282
2282
  }
2283
2283
  .light.side-layouts .t-layout__header,
package/lib/index.css.gz CHANGED
Binary file