gy-webcode2 1.0.14 → 1.0.16
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/css/layout.scss +7 -6
- package/extend/axios.js +0 -1
- package/package.json +1 -1
package/css/layout.scss
CHANGED
|
@@ -139,15 +139,16 @@
|
|
|
139
139
|
display: flex;
|
|
140
140
|
align-items: center;
|
|
141
141
|
color:#acb5ce;
|
|
142
|
-
|
|
143
|
-
width:30px;
|
|
144
|
-
text-align: center;
|
|
145
|
-
font-size: 16px;
|
|
146
|
-
font-weight: bold;
|
|
147
|
-
}
|
|
142
|
+
|
|
148
143
|
}
|
|
149
144
|
}
|
|
150
145
|
}
|
|
146
|
+
.breadcrumb_iconBox{
|
|
147
|
+
width:30px;
|
|
148
|
+
text-align: center;
|
|
149
|
+
font-size: 16px;
|
|
150
|
+
font-weight: bold;
|
|
151
|
+
}
|
|
151
152
|
.myHover{
|
|
152
153
|
cursor: pointer;
|
|
153
154
|
&:hover{
|
package/extend/axios.js
CHANGED