@jx3box/jx3box-common-ui 5.1.5 → 5.1.6
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 +8 -4
package/package.json
CHANGED
package/src/single/Creators.vue
CHANGED
|
@@ -150,6 +150,8 @@ export default {
|
|
|
150
150
|
.db;
|
|
151
151
|
color: @color;
|
|
152
152
|
margin-bottom: 2px;
|
|
153
|
+
.nobreak;
|
|
154
|
+
max-width:120px;
|
|
153
155
|
}
|
|
154
156
|
&:hover {
|
|
155
157
|
.u-name {
|
|
@@ -157,22 +159,24 @@ export default {
|
|
|
157
159
|
}
|
|
158
160
|
}
|
|
159
161
|
.u-up {
|
|
160
|
-
|
|
162
|
+
.dbi;
|
|
161
163
|
.fz(12px,1);
|
|
162
164
|
font-style: normal;
|
|
163
165
|
background-color: @pink;
|
|
164
166
|
color: #fff;
|
|
165
|
-
padding:
|
|
167
|
+
padding: 2px 10px;
|
|
166
168
|
.r(2px);
|
|
167
169
|
.mt(5px);
|
|
168
170
|
}
|
|
169
171
|
.u-label {
|
|
170
|
-
|
|
172
|
+
.nobreak;
|
|
173
|
+
max-width:120px;
|
|
174
|
+
.dbi;
|
|
171
175
|
.fz(12px,1);
|
|
172
176
|
font-style: normal;
|
|
173
177
|
background-color: @color-link;
|
|
174
178
|
color: #fff;
|
|
175
|
-
padding:
|
|
179
|
+
padding: 2px 10px;
|
|
176
180
|
.r(2px);
|
|
177
181
|
.mt(5px);
|
|
178
182
|
}
|