Explorar el Código

feat:conflict

ananzhusen hace 2 semanas
padre
commit
7865f205a6
Se han modificado 1 ficheros con 6 adiciones y 2 borrados
  1. 6 2
      src/views/components/FileProps.vue

+ 6 - 2
src/views/components/FileProps.vue

@@ -110,8 +110,12 @@
             <t-select v-model="data.theme" :options="themeOptions" @change="changeTheme" clearable class="shrink-0" :placeholder="$t('暗黑')"></t-select>
           </div>
         </t-space>
-        <t-space direction="vertical" size="small" class="mt-8">
-          <t-collapse :defaultValue="['1', '2','3']" expandIconPlacement="right" :borderless="true">
+        <t-space direction="vertical" size="small" class="mt-8" style="width: 100%">
+          <t-collapse
+            :defaultValue="['1', '2','3']"
+            expandIconPlacement="right"
+            :borderless="true"
+          >
             <t-collapse-panel value="1" :header="$t('预览设置')">
               <t-space direction="vertical" size="small">
                 <div class="form-item">