leisure-core 0.5.62 → 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.
- package/le-list-form/src/main.vue +10 -14
- package/package.json +1 -1
|
@@ -310,20 +310,16 @@ export default {
|
|
|
310
310
|
transition: width 0.3s ease;
|
|
311
311
|
|
|
312
312
|
.sidebar-content {
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
// color: #2c3e50;
|
|
324
|
-
// font-size: 14px;
|
|
325
|
-
// font-weight: 600;
|
|
326
|
-
// }
|
|
313
|
+
border-radius: 6px;
|
|
314
|
+
padding: 16px;
|
|
315
|
+
min-height: 200px;
|
|
316
|
+
|
|
317
|
+
可以在这里添加右侧内容的统一样式 h4 {
|
|
318
|
+
margin: 0 0 12px 0;
|
|
319
|
+
color: #2c3e50;
|
|
320
|
+
font-size: 14px;
|
|
321
|
+
font-weight: 600;
|
|
322
|
+
}
|
|
327
323
|
}
|
|
328
324
|
}
|
|
329
325
|
|