|
@@ -524,6 +524,7 @@ onShow(async () => {
|
|
justify-content: center;
|
|
justify-content: center;
|
|
box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
padding-top: 9vh;
|
|
padding-top: 9vh;
|
|
|
|
+ overflow-y: auto;
|
|
|
|
|
|
.head {
|
|
.head {
|
|
height: 17vh;
|
|
height: 17vh;
|
|
@@ -554,7 +555,8 @@ onShow(async () => {
|
|
|
|
|
|
.content {
|
|
.content {
|
|
width: 100%;
|
|
width: 100%;
|
|
- height: calc(100vh - 200rpx);
|
|
|
|
|
|
+ overflow-y: auto;
|
|
|
|
+ height: 65vh;
|
|
border-radius: 20px 20px 0 0;
|
|
border-radius: 20px 20px 0 0;
|
|
box-shadow: 0px -3px 15px 0px rgba(0, 0, 0, 0.3);
|
|
box-shadow: 0px -3px 15px 0px rgba(0, 0, 0, 0.3);
|
|
padding: 15px 30px;
|
|
padding: 15px 30px;
|
|
@@ -569,7 +571,7 @@ onShow(async () => {
|
|
display: flex;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
align-items: center;
|
|
- height: 7.5vh;
|
|
|
|
|
|
+ padding: 2vh 0;
|
|
border-bottom: 1px solid rgba(107, 107, 107, 0.192);
|
|
border-bottom: 1px solid rgba(107, 107, 107, 0.192);
|
|
|
|
|
|
image {
|
|
image {
|
|
@@ -636,7 +638,7 @@ onShow(async () => {
|
|
}
|
|
}
|
|
|
|
|
|
&-last {
|
|
&-last {
|
|
- margin-top: 2vh;
|
|
|
|
|
|
+ // margin-top: 2vh;
|
|
border-bottom: none;
|
|
border-bottom: none;
|
|
justify-content: space-between;
|
|
justify-content: space-between;
|
|
align-items: self-start;
|
|
align-items: self-start;
|