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;
|