This commit is contained in:
shijingjing
2023-04-07 15:37:59 +08:00
parent f3686f378a
commit 7709422b02

View File

@@ -85,6 +85,7 @@ export default {
overflow-x: hidden;
height: calc(100% - 136px);
background-color: #f3f6f9;
padding-bottom: 30px;
.header-content {
width: 690px;
@@ -154,7 +155,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 {
@@ -194,6 +195,9 @@ export default {
line-height: 50px;
}
}
.item:last-child {
border-bottom: none;
}
}
.color-1 {
color: #2C51CE !important;