leisure-core 0.5.61 → 0.5.62

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.
@@ -310,20 +310,20 @@ export default {
310
310
  transition: width 0.3s ease;
311
311
 
312
312
  .sidebar-content {
313
- background: #f8f9fa;
314
- border-radius: 6px;
315
- padding: 16px;
316
- border: 1px solid #e9ecef;
317
- min-height: 200px;
318
- box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
313
+ // background: #f8f9fa;
314
+ // border-radius: 6px;
315
+ // padding: 16px;
316
+ // border: 1px solid #e9ecef;
317
+ // min-height: 200px;
318
+ // box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
319
319
 
320
320
  // 可以在这里添加右侧内容的统一样式
321
- h4 {
322
- margin: 0 0 12px 0;
323
- color: #2c3e50;
324
- font-size: 14px;
325
- font-weight: 600;
326
- }
321
+ // h4 {
322
+ // margin: 0 0 12px 0;
323
+ // color: #2c3e50;
324
+ // font-size: 14px;
325
+ // font-weight: 600;
326
+ // }
327
327
  }
328
328
  }
329
329
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "leisure-core",
3
- "version": "0.5.61",
3
+ "version": "0.5.62",
4
4
  "description": "leisure-core是京心数据基于vue2.x开发的一套后台管理系统桌面端组件库,封装了大量实用的UI控件模板,非常方便开发者快速搭建前端应用",
5
5
  "private": false,
6
6
  "author": "北方乐逍遥(zcx7878)",