@lingxiteam/ebe-utils 0.2.24 → 0.2.25

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.
@@ -43,13 +43,14 @@
43
43
  }
44
44
  }
45
45
 
46
- &::after {
47
- content: ':';
48
- display: inline-block;
49
- width: 8px;
50
- text-align: center;
51
- margin-right: 8px;
52
- }
46
+ // TODO: 临时去掉 冒号
47
+ // &::after {
48
+ // content: ':';
49
+ // display: inline-block;
50
+ // width: 8px;
51
+ // text-align: center;
52
+ // margin-right: 8px;
53
+ // }
53
54
 
54
55
  &-no-colon {
55
56
  .formLabel-item-label-title {
@@ -339,13 +340,14 @@
339
340
  .@{form-item-prefix-cls} {
340
341
  // label不换行
341
342
  &-label {
342
- &::after {
343
- content: ':';
344
- display: inline-block;
345
- width: 8px;
346
- text-align: center;
347
- margin-right: 8px;
348
- }
343
+ // TODO: 临时去掉 冒号
344
+ // &::after {
345
+ // content: ':';
346
+ // display: inline-block;
347
+ // width: 8px;
348
+ // text-align: center;
349
+ // margin-right: 8px;
350
+ // }
349
351
 
350
352
  &>label {
351
353
  // 减去冒号占位符宽度
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lingxiteam/ebe-utils",
3
- "version": "0.2.24",
3
+ "version": "0.2.25",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "author": "",
@@ -19,7 +19,7 @@
19
19
  "@babel/types": "^7.12.12",
20
20
  "cac": "^6.7.14",
21
21
  "fs-extra": "9.x",
22
- "@lingxiteam/ebe": "0.2.24"
22
+ "@lingxiteam/ebe": "0.2.25"
23
23
  },
24
24
  "publishConfig": {
25
25
  "access": "public"