style: 调整页面背景色为浅灰色,统一卡片样式
- 修改页面背景色为 #F8F9FA - 增加页面内边距为 24px
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user