@jx3box/jx3box-ui 2.0.33 → 2.0.35
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-ui",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.35",
|
|
4
4
|
"description": "JX3BOX Vue3 UI",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@element-plus/icons-vue": "^2.3.2",
|
|
35
|
-
"@jx3box/jx3box-common": "^9.1.
|
|
35
|
+
"@jx3box/jx3box-common": "^9.1.7",
|
|
36
36
|
"@jx3box/jx3box-data": "^3.9.4",
|
|
37
37
|
"@jx3box/jx3box-editor": "^3.0.9",
|
|
38
38
|
"@jx3box/jx3box-emotion": "^1.3.0",
|
package/src/LeftSidebar.vue
CHANGED
|
@@ -65,7 +65,7 @@ export default {
|
|
|
65
65
|
Bus.emit("toggleLeftSide", status);
|
|
66
66
|
},
|
|
67
67
|
showDecoration: function (val, type) {
|
|
68
|
-
return JX3BOX.
|
|
68
|
+
return JX3BOX.__cdn + `design/decoration/images/${val}/${type}.png`;
|
|
69
69
|
},
|
|
70
70
|
getDecoration() {
|
|
71
71
|
if (!this.user_id) {
|
|
@@ -188,7 +188,7 @@ export default {
|
|
|
188
188
|
.u-displayname {
|
|
189
189
|
.lh(1.2);
|
|
190
190
|
font-weight: 500;
|
|
191
|
-
color: @
|
|
191
|
+
color: @bg-black;
|
|
192
192
|
.nobreak;
|
|
193
193
|
&:hover {
|
|
194
194
|
color: #f39;
|
|
@@ -206,6 +206,7 @@ export default {
|
|
|
206
206
|
// vertical-align: -2px;
|
|
207
207
|
.fz(12px);
|
|
208
208
|
flex-shrink: 0;
|
|
209
|
+
margin-right: 3px;
|
|
209
210
|
img {
|
|
210
211
|
.size(16px);
|
|
211
212
|
}
|
|
@@ -82,6 +82,11 @@ export default {
|
|
|
82
82
|
color: #999;
|
|
83
83
|
}
|
|
84
84
|
list-style-position: outside;
|
|
85
|
+
&:hover{
|
|
86
|
+
&::marker {
|
|
87
|
+
color: @v4primary;
|
|
88
|
+
}
|
|
89
|
+
}
|
|
85
90
|
}
|
|
86
91
|
.u-item {
|
|
87
92
|
// display: flex;
|
|
@@ -91,7 +96,7 @@ export default {
|
|
|
91
96
|
padding: 3px 2px 3px 5px;
|
|
92
97
|
.nobreak;
|
|
93
98
|
.fz(12px,2);
|
|
94
|
-
color:
|
|
99
|
+
color: @color;
|
|
95
100
|
// border-bottom: 1px solid transparent;
|
|
96
101
|
&:hover {
|
|
97
102
|
color: @v4primary;
|