fix: 修复UI

This commit is contained in:
zxc 2025-03-07 21:31:10 +08:00
parent e4cc469b28
commit db4a16f50e

View File

@ -282,6 +282,7 @@ const updateTextAlign = (align: 'top' | 'middle' | 'bottom') => {
.title {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 10px;
}
.shape-pool {