fix: ui
This commit is contained in:
@@ -170,7 +170,7 @@ export default defineComponent({
|
|||||||
.datalist {
|
.datalist {
|
||||||
background: #ffffff;
|
background: #ffffff;
|
||||||
box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
|
box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
|
||||||
border-radius: 6px 6px 6px 6px;
|
border-radius: 0 6px 6px 6px;
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: 99;
|
z-index: 99;
|
||||||
|
|||||||
@@ -2033,6 +2033,7 @@ function getQuesOptionListAfter(questionInfo, info) {
|
|||||||
img {
|
img {
|
||||||
width: 160px;
|
width: 160px;
|
||||||
height: 160px;
|
height: 160px;
|
||||||
|
margin-bottom: 8px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
&::v-deep p {
|
&::v-deep p {
|
||||||
|
|||||||
@@ -1898,6 +1898,7 @@ function getQuesOptionListAfter(questionInfo, info) {
|
|||||||
width: 160px;
|
width: 160px;
|
||||||
height: 160px;
|
height: 160px;
|
||||||
margin-top: 120px;
|
margin-top: 120px;
|
||||||
|
margin-bottom: 8px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
&::v-deep p {
|
&::v-deep p {
|
||||||
|
|||||||
Reference in New Issue
Block a user