Browse Source

美化选项选中后的效果

Michael Wang 5 năm trước cách đây
mục cha
commit
a5870534fb

+ 2 - 0
src/features/OnlineExam/Examing/BooleanQuestionView.vue

@@ -175,6 +175,8 @@ export default {
 .option {
   display: flex;
   cursor: pointer;
+  padding-top: 5px 0;
+  border-radius: 5px;
 }
 
 .option:hover {

+ 2 - 0
src/features/OnlineExam/Examing/MultipleQuestionView.vue

@@ -237,6 +237,8 @@ export default {
 .option {
   display: flex;
   cursor: pointer;
+  padding-top: 10px;
+  border-radius: 5px;
 }
 
 .option:hover {

+ 2 - 0
src/features/OnlineExam/Examing/SingleQuestionView.vue

@@ -219,6 +219,8 @@ export default {
 .option {
   display: flex;
   cursor: pointer;
+  padding-top: 10px;
+  border-radius: 5px;
 }
 
 .option:hover {