UI完善
This commit is contained in:
@@ -15,6 +15,7 @@ defineProps({
|
||||
:src="
|
||||
tall ? '../static/long-bubble-tall.png' : '../static/long-bubble.png'
|
||||
"
|
||||
:style="{ top: tall ? '-9%' : '-14%' }"
|
||||
mode="widthFix"
|
||||
/>
|
||||
<slot />
|
||||
@@ -35,12 +36,13 @@ defineProps({
|
||||
.container > view {
|
||||
position: relative;
|
||||
width: 80%;
|
||||
padding-right: 22px;
|
||||
padding-right: 25px;
|
||||
min-height: 55px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
.container > view > image {
|
||||
position: absolute;
|
||||
top: -14%;
|
||||
left: -7%;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user