Przeglądaj źródła

解决选项一排放不开两个问题

natasha 2 lat temu
rodzic
commit
f20add2afb

+ 5 - 3
src/components/Adult/preview/SentenceModule.vue

@@ -1662,9 +1662,11 @@ export default {
 </style>
 <style lang="scss">
 .sentence-control{
-    .OptionComponents{
-        ul{
-            justify-content: flex-end;
+    .answer-part{
+        .OptionComponents{
+            ul{
+                justify-content: flex-end;
+            }
         }
     }
 }

+ 3 - 3
src/components/Adult/preview/components/OptionTemp.vue

@@ -445,17 +445,17 @@ ul {
     &.option2 {
       width: 49.5%;
       margin-bottom: 8px;
-      margin-right: 8px;
+      margin-right: 3px;
     }
     &.option3 {
       width: 32%;
       margin-bottom: 8px;
-      margin-right: 8px;
+      margin-right: 3px;
     }
     &.option4 {
       width: 23.7%;
       margin-bottom: 8px;
-      margin-right: 8px;
+      margin-right: 3px;
     }
     &.option-left-right {
       padding: 1px 16px;