refactor(ui): 调整多个组件的内边距和样式一致性

fix(GoodMusic): 修复录音列表数据结构和显示问题
style: 统一多个组件的头部内边距为10px 20px 10px
chore: 切换API基础路径为生产环境
This commit is contained in:
2025-10-22 18:02:55 +08:00
parent db6433693a
commit 288a525537
7 changed files with 55 additions and 23 deletions

View File

@@ -151,7 +151,7 @@ $white: #ffffff;
display: flex;
justify-content: space-between;
align-items: center;
padding: 0px 20px 16px;
padding: 0px 20px 10px;
border-bottom: 1px solid #ebeef5;
h3 {
margin: 0;