@jx3box/jx3box-editor 1.3.7 → 1.3.8
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/assets/css/resource.less +11 -0
- package/package.json +1 -1
- package/src/BoxResource.vue +1 -0
package/assets/css/resource.less
CHANGED
|
@@ -262,6 +262,17 @@
|
|
|
262
262
|
fill: @primary;
|
|
263
263
|
}
|
|
264
264
|
}
|
|
265
|
+
.u-lv-box {
|
|
266
|
+
font-style: normal;
|
|
267
|
+
font-weight: normal;
|
|
268
|
+
font-size: 12px;
|
|
269
|
+
padding: 2px 8px;
|
|
270
|
+
border: 1px solid #8269df;
|
|
271
|
+
border-radius: 2px;
|
|
272
|
+
margin-left: 5px;
|
|
273
|
+
background: #fff;
|
|
274
|
+
color: #6843f4;
|
|
275
|
+
}
|
|
265
276
|
&.el-tabs--card > .el-tabs__header .el-tabs__item {
|
|
266
277
|
transition: none;
|
|
267
278
|
}
|
package/package.json
CHANGED
package/src/BoxResource.vue
CHANGED
|
@@ -17,6 +17,7 @@
|
|
|
17
17
|
<span slot="label" class="u-tab-label">
|
|
18
18
|
<i class="el-icon-s-custom" style="margin-right:5px;"></i>
|
|
19
19
|
<b>魔盒用户</b>
|
|
20
|
+
<i class="u-lv-box">Lv2+</i>
|
|
20
21
|
</span>
|
|
21
22
|
<p v-if="total && done" class="m-resource-count">
|
|
22
23
|
<i class="el-icon-s-data"></i> 共找到 <b>{{ total }}</b> 条记录
|