bug230
This commit is contained in:
@@ -85,6 +85,7 @@ export default {
|
|||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
height: calc(100% - 136px);
|
height: calc(100% - 136px);
|
||||||
background-color: #f3f6f9;
|
background-color: #f3f6f9;
|
||||||
|
padding-bottom: 30px;
|
||||||
|
|
||||||
.header-content {
|
.header-content {
|
||||||
width: 690px;
|
width: 690px;
|
||||||
@@ -154,7 +155,7 @@ export default {
|
|||||||
background: #FFF;
|
background: #FFF;
|
||||||
border-radius: 16px;
|
border-radius: 16px;
|
||||||
margin: 0 0 0 32px;
|
margin: 0 0 0 32px;
|
||||||
padding: 30px 30px 94px;
|
padding: 16px 30px;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
|
||||||
.item {
|
.item {
|
||||||
@@ -194,6 +195,9 @@ export default {
|
|||||||
line-height: 50px;
|
line-height: 50px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.item:last-child {
|
||||||
|
border-bottom: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.color-1 {
|
.color-1 {
|
||||||
color: #2C51CE !important;
|
color: #2C51CE !important;
|
||||||
|
|||||||
Reference in New Issue
Block a user