@jx3box/jx3box-ui 2.0.29 → 2.0.30
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.
|
@@ -18,6 +18,7 @@
|
|
|
18
18
|
span {
|
|
19
19
|
.bold;
|
|
20
20
|
color: @color;
|
|
21
|
+
.smooth;
|
|
21
22
|
}
|
|
22
23
|
.mr(22px);
|
|
23
24
|
// padding:10px;
|
|
@@ -104,8 +105,9 @@
|
|
|
104
105
|
|
|
105
106
|
.u-op {
|
|
106
107
|
.pa;
|
|
107
|
-
.rt(10px);
|
|
108
|
-
.flex(y);
|
|
108
|
+
.rt(10px,8px);
|
|
109
|
+
.flex(y);
|
|
110
|
+
gap:10px;
|
|
109
111
|
|
|
110
112
|
.el-button{margin:0 !important;}
|
|
111
113
|
}
|
package/package.json
CHANGED
|
@@ -79,7 +79,7 @@ export default {
|
|
|
79
79
|
&::marker {
|
|
80
80
|
content: "+";
|
|
81
81
|
font-size: 10px;
|
|
82
|
-
color
|
|
82
|
+
color: #999;
|
|
83
83
|
}
|
|
84
84
|
list-style-position: outside;
|
|
85
85
|
}
|
|
@@ -94,8 +94,8 @@ export default {
|
|
|
94
94
|
color: #666;
|
|
95
95
|
// border-bottom: 1px solid transparent;
|
|
96
96
|
&:hover {
|
|
97
|
-
color: @
|
|
98
|
-
.underline(
|
|
97
|
+
color: @v4primary;
|
|
98
|
+
.underline(3px,solid,@v4primary);
|
|
99
99
|
font-weight: 500;
|
|
100
100
|
// .u-icon {
|
|
101
101
|
// transform: translateX(5px);
|
|
@@ -131,7 +131,8 @@ export default {
|
|
|
131
131
|
.rb(0,10px);
|
|
132
132
|
color: #999;
|
|
133
133
|
&:hover {
|
|
134
|
-
color: @
|
|
134
|
+
color: @v4primary;
|
|
135
|
+
fill: @v4primary;
|
|
135
136
|
}
|
|
136
137
|
}
|
|
137
138
|
}
|