fix:投放页面布局调整

This commit is contained in:
liu.huiying@ebiz-digits.com
2025-03-21 13:18:38 +08:00
parent 07207f678f
commit 69f5dbefd3

View File

@@ -213,7 +213,7 @@ onMounted(async () => {
.qrcode {
display: flex;
padding: 15px 18px;
padding: 18px 18px;
.text {
display: flex;
@@ -232,6 +232,7 @@ onMounted(async () => {
margin-top: 8px;
font-size: 13px;
line-height: 16px;
max-height: 75px;
overflow: auto;
}
}
@@ -239,13 +240,13 @@ onMounted(async () => {
>img {
border: 1px solid #ebebeb;
border-radius: 10px;
width: 115px;
height: 115px;
width: 100px;
height: 100px;
}
}
.tip {
margin: 15px 0px !important;
margin: 5px 0px 15px 0 !important;
color: #7f7f7f;
font-size: 13px;
}