@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 +1 -1
- package/src/single/Creators.vue +3 -2
package/package.json
CHANGED
package/src/single/Creators.vue
CHANGED
|
@@ -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;
|