Browse Source

修改排序样式

11wqe1 1 month ago
parent
commit
6094f1f108
1 changed files with 3 additions and 2 deletions
  1. 3 2
      src/components/components/sortToolWorkShow.vue

+ 3 - 2
src/components/components/sortToolWorkShow.vue

@@ -53,9 +53,9 @@
                         <div style="font-size: 18px;color: #000;margin-bottom: 10px;">
                             {{ item.sName }}:
                         </div>
-                        <div>
+                        <div style="display: flex;align-items: center;">
                           答案:<span :style="{color:JSON.parse(item.works)[itemIndex].chooseSenList.join('') == JSON.parse(item.works)[itemIndex].rightAnswer.join('')? '#409EFF' :'' }">
-                                    {{ JSON.parse(item.works)[itemIndex].chooseSenList.join('') }}
+                                    {{ JSON.parse(item.works)[itemIndex].chooseSenList.join(' ') }}
                                 </span>
                             <img style="height: 15px;width: 15px;margin-left: 10px;" 
                             v-if="JSON.parse(item.works)[itemIndex].chooseSenList.join('') == JSON.parse(item.works)[itemIndex].rightAnswer.join('')" 
@@ -237,5 +237,6 @@
     white-space: nowrap;
     text-overflow: ellipsis;
     margin-bottom: 0 !important;
+    letter-spacing: 5px;
 }
 </style>