UI细节调整

This commit is contained in:
kron
2025-06-28 12:03:33 +08:00
parent 9f29a92d3d
commit 72f3013795
12 changed files with 62 additions and 45 deletions

View File

@@ -241,6 +241,7 @@ const simulShoot = async () => {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: -10px;
}
.header > image:first-child {
width: 40px;
@@ -262,6 +263,7 @@ const simulShoot = async () => {
min-height: 40px;
max-height: 40px;
border-radius: 50%;
border: 1px solid #fff;
}
.container > text {
width: 100%;
@@ -269,7 +271,6 @@ const simulShoot = async () => {
text-align: center;
line-height: 40px;
display: block;
margin-top: 20px;
}
.simul {
position: absolute;