[update]-解决运行时出现的bug
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user