[update]-解决运行时出现的bug

This commit is contained in:
fengchenchen
2022-12-06 21:50:05 +08:00
parent ce3347cd58
commit 8cf915e53e
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -104,7 +104,7 @@ export default {
display: flex;
flex-direction: row;
align-items: center;
justify-content: end;
justify-content: flex-end;
span {
font-size: 16px;
color: @white;
@@ -142,7 +142,7 @@ export default {
display: flex;
flex-direction: row;
align-items: center;
justify-content: end;
justify-content: flex-end;
z-index: 100;
// 右边框相同
margin-right: 50px;
+1 -1
View File
@@ -109,7 +109,7 @@ export default {
display: flex;
flex-direction: row;
align-items: center;
justify-content: end;
justify-content: flex-end;
span {
font-size: 16px;
color: @white;