UI完善
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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