lsc 2 vuotta sitten
vanhempi
commit
63d85ff85f

+ 2 - 1
src/components/components/askStatic.vue

@@ -18,7 +18,7 @@
             </div>
             <div class="a_add_persent">
               <div class="a_add_persent_div" v-for="(item1, checkIndex) in item.askItem" :key="checkIndex">
-                <span :class="{ right: item.answer == checkIndex }"><span style="width:calc(100% - 40px)"
+                <span :class="{ right: item.answer == checkIndex }"><span style="width:auto"
                     v-html="item.checkList[checkIndex]"></span></span>
                 <span>{{
                 checkJson[index].checkCount[checkIndex]
@@ -240,6 +240,7 @@ export default {
   position: relative;
   display: flex;
   align-items: center;
+  flex-wrap: wrap;
 }
 
 .right::after {

+ 5 - 0
src/components/study.vue

@@ -6431,4 +6431,9 @@ export default {
 .redioStyle>>>.el-radio__input.is-checked+.el-radio__label {
   color: rgb(0 123 255) !important;
 }
+
+.easy_comment div:hover {
+    border: 1px solid #f7ba2a;
+    color: #c69217;
+}
 </style>

+ 5 - 0
src/components/studyStudent.vue

@@ -7886,4 +7886,9 @@ export default {
   margin-right: 5px;
   cursor: pointer;
 }
+
+.easy_comment div:hover {
+    border: 1px solid #f7ba2a;
+    color: #c69217;
+}
 </style>