PDA样式修改,功能完善

This commit is contained in:
赵正易
2024-03-28 13:33:13 +08:00
parent 96abe04127
commit c296a32768
9 changed files with 192 additions and 135 deletions

View File

@@ -333,6 +333,7 @@ export default {
display: flex;
align-items: center;
justify-content: center;
color: #151515;
}
.scroll-view-box {
width: 94%;
@@ -340,7 +341,7 @@ export default {
margin-top: 30px;
height: 400px;
padding: 10px;
background-color: rgba(20, 9, 69, 0.2);
background-color: rgba(179, 179, 179, 0.7);
border-radius: 5px;
}
.scroll-view-last {