Fix header height

This commit is contained in:
the1812 2023-05-31 22:51:01 +08:00
parent eca428033c
commit 621a771236

View File

@ -123,14 +123,13 @@ export default Vue.extend({
}
&-header {
@include h-center();
height: 26px;
justify-content: space-between;
}
}
&-rank-list {
@include v-stretch(var(--fresh-home-categories-header-gap));
&-header {
// Timeline header , 20px, padding 8px, line-height
// line-height: calc(20px + 8px);
@include h-center();
justify-content: space-between;
.be-icon {