完善我的弓箭流程

This commit is contained in:
kron
2025-05-31 14:17:56 +08:00
parent 0ee2eb7f51
commit 22617212d0
8 changed files with 149 additions and 87 deletions

View File

@@ -20,7 +20,7 @@ defineProps({
:src="
tall ? '../static/long-bubble-tall.png' : '../static/long-bubble.png'
"
:style="{ top: tall ? '-9%' : '-14%' }"
:style="{ top: tall ? '-6%' : '-12%' }"
mode="widthFix"
/>
<slot />
@@ -40,7 +40,7 @@ defineProps({
}
.container > view {
position: relative;
width: 80%;
width: 75%;
padding-right: 25px;
min-height: 55px;
display: flex;
@@ -49,7 +49,7 @@ defineProps({
.container > view > image {
position: absolute;
left: -7%;
width: 100%;
width: 98%;
}
.container > view {
color: #fff;