This commit is contained in:
steven
2022-12-07 17:54:06 +08:00
parent 354d90e429
commit c447805d6d
3 changed files with 3 additions and 1 deletions

View File

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

View File

@@ -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 {

View File

@@ -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 {