lsc 2 年之前
父节点
当前提交
63d85ff85f
共有 3 个文件被更改,包括 12 次插入1 次删除
  1. 2 1
      src/components/components/askStatic.vue
  2. 5 0
      src/components/study.vue
  3. 5 0
      src/components/studyStudent.vue

+ 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>