leisure-core 0.5.54 → 0.5.56
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.
|
@@ -265,14 +265,22 @@ le-form-container {
|
|
|
265
265
|
margin-bottom: 0; // 使用grid的gap控制间距,不需要margin-bottom
|
|
266
266
|
}
|
|
267
267
|
|
|
268
|
+
.leisure-form-item-class {
|
|
269
|
+
}
|
|
270
|
+
|
|
268
271
|
.form-body-footer {
|
|
269
272
|
margin-top: 10px;
|
|
270
273
|
}
|
|
271
274
|
|
|
272
275
|
.comContainerClass {
|
|
276
|
+
display: flex;
|
|
277
|
+
display: -webkit-flex;
|
|
273
278
|
line-height: inherit;
|
|
279
|
+
justify-content: center; /* 水平居中 */
|
|
280
|
+
|
|
274
281
|
.compontClass {
|
|
275
282
|
flex: 1;
|
|
283
|
+
line-height: inherit;
|
|
276
284
|
}
|
|
277
285
|
}
|
|
278
286
|
|