This commit is contained in:
liuye
2023-04-10 16:40:06 +08:00
4 changed files with 10 additions and 8 deletions

View File

@@ -86,6 +86,7 @@ export default {
overflow-x: hidden;
height: calc(100% - 136px);
background-color: #f3f6f9;
padding-bottom: 30px;
.header-content {
width: 690px;
@@ -155,7 +156,7 @@ export default {
background: #FFF;
border-radius: 16px;
margin: 0 0 0 32px;
padding: 30px 30px 94px;
padding: 16px 30px;
box-sizing: border-box;
.item {
@@ -195,6 +196,9 @@ export default {
line-height: 50px;
}
}
.item:last-child {
border-bottom: none;
}
}
.color-1 {
color: #2C51CE !important;