|
|
@@ -62,7 +62,7 @@ export default {
|
|
|
.icon-show_drop-down {
|
|
|
color: #323233;
|
|
|
font-size: 12px;
|
|
|
- transform: scale(0.6) translateX(-50%);
|
|
|
+ transform: scale(0.583) translateX(-35%);
|
|
|
}
|
|
|
&:hover {
|
|
|
.menu {
|
|
|
@@ -83,7 +83,7 @@ export default {
|
|
|
// 菜单的箭头
|
|
|
&::before {
|
|
|
border: 7px solid transparent;
|
|
|
- border-bottom: 7px solid #fff;
|
|
|
+ border-bottom: 7px solid red;
|
|
|
width: 0;
|
|
|
height: 0px;
|
|
|
content: "";
|