style(project-apply): 调整项目申请样式优化布局

- 将项目申请表单内边距改为0取消左右填充
- 修改弹窗主体溢出控制,新增横向溢出隐藏设置
- 调整弹窗主体内边距为16px统一四周间距
- 设置弹窗背景色为浅灰色提升视觉一致性
This commit is contained in:
2026-08-05 21:13:38 +08:00
parent f663098b4a
commit 819a59e6fc

View File

@@ -1763,6 +1763,7 @@ export default {
border-radius: 6px 6px 0 0; border-radius: 6px 6px 0 0;
padding: 14px 16px 4px; padding: 14px 16px 4px;
margin-bottom: 0; margin-bottom: 0;
font-weight: 500;
} }
&__grid { &__grid {