修改bug
This commit is contained in:
@@ -1422,13 +1422,13 @@ const publicJump = path => router.push(path)
|
||||
&::after {
|
||||
content: "";
|
||||
position: absolute;
|
||||
width: 10px;
|
||||
height: 10px;
|
||||
background-color: #fff;
|
||||
transform: rotate(45deg) translateX(-50%);
|
||||
width: 0;
|
||||
height: 0;
|
||||
left: 50%;
|
||||
bottom: -14px;
|
||||
z-index: -1;
|
||||
bottom: -12px;
|
||||
border-left: 7px solid transparent;
|
||||
border-right: 7px solid transparent;
|
||||
border-top: 8px solid #fff;
|
||||
}
|
||||
|
||||
.same-brand-icon {
|
||||
|
||||
Reference in New Issue
Block a user