leisure-core 0.5.61 → 0.5.63

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