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.
- package/le-list-form/src/main.vue +12 -12
- package/package.json +1 -1
|
@@ -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
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
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
|
|