完善我的弓箭流程
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user