This commit is contained in:
kron
2025-05-10 22:16:59 +08:00
parent 0ce3b77f0a
commit 11c373f13e
7 changed files with 21 additions and 17 deletions

View File

@@ -59,12 +59,11 @@ defineProps({
padding: 10px 0;
}
.header {
width: calc(100% - 20px);
width: 100%;
display: flex;
align-items: center;
justify-content: space-between;
font-size: 13px;
padding: 0 10px;
}
.header > image:first-child {
width: 40px;

View File

@@ -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%;
}