leisure-core 0.5.54 → 0.5.55

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,12 +265,19 @@ 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;
276
283
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "leisure-core",
3
- "version": "0.5.54",
3
+ "version": "0.5.55",
4
4
  "description": "leisure-core是京心数据基于vue2.x开发的一套后台管理系统桌面端组件库,封装了大量实用的UI控件模板,非常方便开发者快速搭建前端应用",
5
5
  "private": false,
6
6
  "author": "北方乐逍遥(zcx7878)",