diff --git a/src/components/charts/panel.scss b/src/components/charts/panel.scss index d25e941c..ab92450f 100644 --- a/src/components/charts/panel.scss +++ b/src/components/charts/panel.scss @@ -458,7 +458,7 @@ } .detail-header__operation { display: flex; - align-items: end; + align-items: flex-end; .panel__time { display: flex; @@ -493,7 +493,7 @@ } &>.el-tabs { // 底部对齐 display: flex; - align-items: end; + align-items: flex-end; } } } @@ -704,4 +704,4 @@ flex: auto } } -} \ No newline at end of file +}