修改bug

This commit is contained in:
A1300399510
2023-07-28 18:52:25 +08:00
parent 088e684466
commit 1e74a491ce
5 changed files with 22 additions and 25 deletions

View File

@@ -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 {