diff --git a/src/views/TempMarket/Index.vue b/src/views/TempMarket/Index.vue index c9bfd7a0..0230a78b 100644 --- a/src/views/TempMarket/Index.vue +++ b/src/views/TempMarket/Index.vue @@ -170,7 +170,7 @@ export default defineComponent({ .datalist { background: #ffffff; 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; position: relative; z-index: 99; diff --git a/src/views/planetDesign/Design/fragement/LogicList.vue b/src/views/planetDesign/Design/fragement/LogicList.vue index 1e1c7fe1..9521fd44 100644 --- a/src/views/planetDesign/Design/fragement/LogicList.vue +++ b/src/views/planetDesign/Design/fragement/LogicList.vue @@ -2033,6 +2033,7 @@ function getQuesOptionListAfter(questionInfo, info) { img { width: 160px; height: 160px; + margin-bottom: 8px; } } &::v-deep p { diff --git a/src/views/planetDesign/Logical/fragment/LogicList.vue b/src/views/planetDesign/Logical/fragment/LogicList.vue index 3af4fd18..3415b0a4 100644 --- a/src/views/planetDesign/Logical/fragment/LogicList.vue +++ b/src/views/planetDesign/Logical/fragment/LogicList.vue @@ -1898,6 +1898,7 @@ function getQuesOptionListAfter(questionInfo, info) { width: 160px; height: 160px; margin-top: 120px; + margin-bottom: 8px; } } &::v-deep p {