@jx3box/jx3box-vue3-ui 0.5.9 → 0.6.0

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-vue3-ui",
3
- "version": "0.5.9",
3
+ "version": "0.6.0",
4
4
  "description": "JX3BOX Vue3 UI",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -240,6 +240,7 @@ export default {
240
240
  @origin: #0eb7ce;
241
241
  @std: #f0b400;
242
242
  @all: #a26ef7;
243
+ @wujie : #fc79bf;
243
244
 
244
245
  .u-client {
245
246
  // .fl;
@@ -259,6 +260,11 @@ export default {
259
260
  color: @origin;
260
261
  }
261
262
 
263
+ &.wujie{
264
+ border: 1px solid @wujie;
265
+ color: @wujie;
266
+ }
267
+
262
268
  &.all {
263
269
  border: 1px solid @all;
264
270
  color: @all;