style: 调整页面背景色为浅灰色,统一卡片样式

- 修改页面背景色为 #F8F9FA
- 增加页面内边距为 24px
This commit is contained in:
wkc
2026-02-27 14:17:14 +08:00
parent 4119a2e4a8
commit d78858274b

View File

@@ -246,8 +246,8 @@ export default {
<style lang="scss" scoped> <style lang="scss" scoped>
.dpc-project-container { .dpc-project-container {
padding: 16px; padding: 24px;
background: #f0f2f5; background: #F8F9FA;
min-height: calc(100vh - 140px); min-height: calc(100vh - 140px);
} }