@jx3box/jx3box-common-ui 6.2.0 → 6.2.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jx3box/jx3box-common-ui",
3
- "version": "6.2.0",
3
+ "version": "6.2.1",
4
4
  "description": "JX3BOX UI",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -229,6 +229,8 @@ export default {
229
229
  }
230
230
 
231
231
  .u-left {
232
+ display: flex;
233
+ align-items: center;
232
234
  .fz(14px,24px);
233
235
  .u-label {
234
236
  .mr(10px);
@@ -242,6 +244,9 @@ export default {
242
244
  .y;
243
245
  vertical-align: text-bottom;
244
246
  }
247
+ .u-charge{
248
+ .ml(8px);
249
+ }
245
250
  .el-progress {
246
251
  margin: 10px;
247
252
  }