@jx3box/jx3box-common-ui 5.1.4 → 5.1.5

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": "5.1.4",
3
+ "version": "5.1.5",
4
4
  "description": "JX3BOX UI",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -149,6 +149,7 @@ export default {
149
149
  .bold;
150
150
  .db;
151
151
  color: @color;
152
+ margin-bottom: 2px;
152
153
  }
153
154
  &:hover {
154
155
  .u-name {
@@ -156,7 +157,7 @@ export default {
156
157
  }
157
158
  }
158
159
  .u-up {
159
- .db;
160
+ // .db;
160
161
  .fz(12px,1);
161
162
  font-style: normal;
162
163
  background-color: @pink;
@@ -166,7 +167,7 @@ export default {
166
167
  .mt(5px);
167
168
  }
168
169
  .u-label {
169
- .db;
170
+ // .db;
170
171
  .fz(12px,1);
171
172
  font-style: normal;
172
173
  background-color: @color-link;