|
@@ -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">
|