优化移动端头部效果

Signed-off-by: 小胡 <3203164629@qq.com>
This commit is contained in:
小胡
2024-06-26 00:55:43 +00:00
committed by Gitee
Unverified
parent f0242b038e
commit acdc88bd98

View File

@@ -11378,7 +11378,11 @@ fieldset:disabled .btn {
}
.d-flex {
display: flex !important
display: flex !important;
flex-wrap: nowrap;
align-content: center;
justify-content: center;
flex-direction: row;
}
.d-inline-flex {