소스 검색

填空题拼音显示修改

dsy 3 주 전
부모
커밋
cff80dd12a
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 6 0
      src/views/book/courseware/create/components/question/fill/Fill.vue

+ 6 - 0
src/views/book/courseware/create/components/question/fill/Fill.vue

@@ -365,4 +365,10 @@ export default {
     }
   }
 }
+
+.pinyin-text-list {
+  display: flex;
+  flex-wrap: wrap;
+  align-items: center;
+}
 </style>