Explorar o código

排序细分 隐藏logo

natasha hai 1 ano
pai
achega
a2a11f486a

+ 1 - 1
src/layouts/default/header/index.vue

@@ -1,6 +1,6 @@
 <template>
   <header class="header">
-    <el-image class="logo" :src="$store.state.app.config.logo_image_url" />
+    <!-- <el-image class="logo" :src="$store.state.app.config.logo_image_url" /> -->
 
     <ul class="header-list">
       <li

+ 0 - 1
src/views/exercise_questions/create/components/exercises/SortQuestion.vue

@@ -124,7 +124,6 @@
             :key="value"
             v-model="data.property.score_type"
             :label="value"
-            :disabled="scoreTypeList[1].value === value && data.property.layout_type === sortTypeList[0].value"
           >
             {{ label }}
           </el-radio>