gy-webcode2 1.0.5 → 1.0.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/components/themeConfig.vue +9 -0
- package/css/common.scss +0 -3
- package/package.json +1 -1
|
@@ -181,6 +181,15 @@
|
|
|
181
181
|
&.active .iconBox{
|
|
182
182
|
display: block;
|
|
183
183
|
}
|
|
184
|
+
&.item_1{
|
|
185
|
+
background-image: url("~gy-webcode2/img/theme/pageStyle_1.png");
|
|
186
|
+
}
|
|
187
|
+
&.item_2{
|
|
188
|
+
background-image: url("~gy-webcode2/img/theme/pageStyle_2.png");
|
|
189
|
+
}
|
|
190
|
+
&.item_3{
|
|
191
|
+
background-image: url("~gy-webcode2/img/theme/pageStyle_3.png");
|
|
192
|
+
}
|
|
184
193
|
}
|
|
185
194
|
}
|
|
186
195
|
.themeColors{
|
package/css/common.scss
CHANGED