bxs-tools-ui 3.0.2-1 → 3.0.2

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/es/index.js CHANGED
@@ -39545,7 +39545,7 @@ if (typeof window !== 'undefined' && window.Vue) {
39545
39545
  install(window.Vue);
39546
39546
  }
39547
39547
  const index = {
39548
- version: '3.0.2-1',
39548
+ version: '3.0.2',
39549
39549
  install: install
39550
39550
  };
39551
39551
 
package/lib/index.js CHANGED
@@ -39535,7 +39535,7 @@
39535
39535
  install(window.Vue);
39536
39536
  }
39537
39537
  var index = {
39538
- version: '3.0.2-1',
39538
+ version: '3.0.2',
39539
39539
  install: install
39540
39540
  };
39541
39541
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bxs-tools-ui",
3
- "version": "3.0.2-1",
3
+ "version": "3.0.2",
4
4
  "description": "微易前端业务组件",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",
package/packages/index.ts CHANGED
@@ -47,6 +47,6 @@ export {
47
47
  }
48
48
 
49
49
  export default {
50
- version: '3.0.2-1',
50
+ version: '3.0.2',
51
51
  install
52
52
  }
@@ -105,24 +105,25 @@
105
105
  text-align: left;
106
106
 
107
107
  & span {
108
- @apply --noWrap;
109
-
110
- flex: 3;
111
- font-weight: bold;
112
-
113
108
  & em,
114
109
  & .icon-more_circle {
115
110
  margin-left: 5px;
116
111
  vertical-align: middle;
117
112
  }
113
+ }
118
114
 
119
- &:last-child {
120
- flex: 2;
121
- font-weight: normal;
122
- font-size: 14px;
123
- color: var(--color-primary);
124
- text-align: right;
125
- }
115
+ & span:first-child {
116
+ @apply --noWrap;
117
+
118
+ flex: 1;
119
+ font-weight: bold;
120
+ }
121
+
122
+ & span:last-child {
123
+ font-weight: normal;
124
+ font-size: 14px;
125
+ color: var(--color-primary);
126
+ text-align: right;
126
127
  }
127
128
 
128
129
  & h5 {