@jx3box/jx3box-common-ui 5.1.2 → 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/header/user.vue +1 -1
- package/src/single/Collection.vue +3 -0
- package/src/single/Creators.vue +10 -5
package/package.json
CHANGED
package/src/header/user.vue
CHANGED
package/src/single/Creators.vue
CHANGED
|
@@ -118,7 +118,7 @@ export default {
|
|
|
118
118
|
.lt(0);
|
|
119
119
|
writing-mode: vertical-rl;
|
|
120
120
|
.fz(12px);
|
|
121
|
-
background:
|
|
121
|
+
background: @primary;
|
|
122
122
|
color: #fff;
|
|
123
123
|
.h(100%);
|
|
124
124
|
.x;
|
|
@@ -149,6 +149,9 @@ export default {
|
|
|
149
149
|
.bold;
|
|
150
150
|
.db;
|
|
151
151
|
color: @color;
|
|
152
|
+
margin-bottom: 2px;
|
|
153
|
+
.nobreak;
|
|
154
|
+
max-width:120px;
|
|
152
155
|
}
|
|
153
156
|
&:hover {
|
|
154
157
|
.u-name {
|
|
@@ -156,22 +159,24 @@ export default {
|
|
|
156
159
|
}
|
|
157
160
|
}
|
|
158
161
|
.u-up {
|
|
159
|
-
.
|
|
162
|
+
.dbi;
|
|
160
163
|
.fz(12px,1);
|
|
161
164
|
font-style: normal;
|
|
162
165
|
background-color: @pink;
|
|
163
166
|
color: #fff;
|
|
164
|
-
padding:
|
|
167
|
+
padding: 2px 10px;
|
|
165
168
|
.r(2px);
|
|
166
169
|
.mt(5px);
|
|
167
170
|
}
|
|
168
171
|
.u-label {
|
|
169
|
-
.
|
|
172
|
+
.nobreak;
|
|
173
|
+
max-width:120px;
|
|
174
|
+
.dbi;
|
|
170
175
|
.fz(12px,1);
|
|
171
176
|
font-style: normal;
|
|
172
177
|
background-color: @color-link;
|
|
173
178
|
color: #fff;
|
|
174
|
-
padding:
|
|
179
|
+
padding: 2px 10px;
|
|
175
180
|
.r(2px);
|
|
176
181
|
.mt(5px);
|
|
177
182
|
}
|