taiji_caozhaorui hace 3 semanas
padre
commit
3b9e1e5062
Se han modificado 1 ficheros con 3 adiciones y 2 borrados
  1. 3 2
      src/views/study/subject/question/index.vue

+ 3 - 2
src/views/study/subject/question/index.vue

@@ -60,14 +60,15 @@
             label-key="label"
             v-model:selected="state.selected"
             :filter="state.tree.text"
+            no-transition
           >
             <template v-slot:default-header="prop">
               <div class="flex w-full items-center text-sm">
                 <div class="">
                   {{ prop.node.label }}
                 </div>
-                <div class="ml-auto">
-                  {{ prop.node.totalMake }}/{{ prop.node.total }}题
+                <div class="ml-auto break-keep">
+                  {{ prop.node.total }}/{{ prop.node.totalMake }}题
                 </div>
               </div>
             </template>