fix: end改为flex-end
This commit is contained in:
@@ -201,7 +201,7 @@
|
||||
|
||||
.content__title {
|
||||
display: flex;
|
||||
align-items: end;
|
||||
align-items: flex-end;
|
||||
height: 50%;
|
||||
font-size: 16px;
|
||||
color: #666666;
|
||||
|
||||
@@ -131,7 +131,7 @@
|
||||
}
|
||||
.header__operations {
|
||||
display: flex;
|
||||
justify-content: end;
|
||||
justify-content: flex-end;
|
||||
align-items: center;
|
||||
|
||||
.header__operation-btn {
|
||||
@@ -225,7 +225,7 @@
|
||||
border-bottom: 1px solid $--content-right-background-color;
|
||||
.header__operations {
|
||||
display: flex;
|
||||
justify-content: end;
|
||||
justify-content: flex-end;
|
||||
align-items: center;
|
||||
|
||||
.header__operation.header__operation--echarts {
|
||||
|
||||
Reference in New Issue
Block a user