fix:投放页面布局调整
This commit is contained in:
@@ -213,7 +213,7 @@ onMounted(async () => {
|
|||||||
|
|
||||||
.qrcode {
|
.qrcode {
|
||||||
display: flex;
|
display: flex;
|
||||||
padding: 15px 18px;
|
padding: 18px 18px;
|
||||||
|
|
||||||
.text {
|
.text {
|
||||||
display: flex;
|
display: flex;
|
||||||
@@ -232,6 +232,7 @@ onMounted(async () => {
|
|||||||
margin-top: 8px;
|
margin-top: 8px;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
line-height: 16px;
|
line-height: 16px;
|
||||||
|
max-height: 75px;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -239,13 +240,13 @@ onMounted(async () => {
|
|||||||
>img {
|
>img {
|
||||||
border: 1px solid #ebebeb;
|
border: 1px solid #ebebeb;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
width: 115px;
|
width: 100px;
|
||||||
height: 115px;
|
height: 100px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.tip {
|
.tip {
|
||||||
margin: 15px 0px !important;
|
margin: 5px 0px 15px 0 !important;
|
||||||
color: #7f7f7f;
|
color: #7f7f7f;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user