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 +1 -1
- package/lib/index.js +1 -1
- package/package.json +1 -1
- package/packages/index.ts +1 -1
- package/packages/planbook-input/components/product-table.css +13 -12
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
|
|
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
|
|
39538
|
+
version: '3.0.2',
|
|
39539
39539
|
install: install
|
|
39540
39540
|
};
|
|
39541
39541
|
|
package/package.json
CHANGED
package/packages/index.ts
CHANGED
|
@@ -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
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
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 {
|