فهرست منبع

修改排序样式

11wqe1 2 ماه پیش
والد
کامیت
6094f1f108
1فایلهای تغییر یافته به همراه3 افزوده شده و 2 حذف شده
  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>