fix: display problem

This commit is contained in:
아르페 2024-02-02 02:03:38 +09:00
parent 6d26733e61
commit 333dfabd2f

View file

@ -31,6 +31,11 @@ SPDX-License-Identifier: AGPL-3.0-only
<template #label>{{ i18n.ts._cherrypick.expandOnNoteClick }}</template> <template #label>{{ i18n.ts._cherrypick.expandOnNoteClick }}</template>
<template #caption>{{ i18n.ts._cherrypick.expandOnNoteClickDescription }}</template> <template #caption>{{ i18n.ts._cherrypick.expandOnNoteClickDescription }}</template>
</MkSwitch> </MkSwitch>
<MkSelect v-if="expandOnNoteClick" v-model="expandOnNoteClickBehavior" style="margin-left: 44px;">
<template #label>{{ i18n.ts._cherrypick.expandOnNoteClickBehavior }}</template>
<option value="click">{{ i18n.ts._nsfwOpenBehavior.click }}</option>
<option value="doubleClick">{{ i18n.ts._nsfwOpenBehavior.doubleClick }}</option>
</MkSelect>
<MkSelect v-model="showQuickHeartReaction"> <MkSelect v-model="showQuickHeartReaction">
<template #label>{{ i18n.ts._cherrypick.showQuickHeartReaction }}</template> <template #label>{{ i18n.ts._cherrypick.showQuickHeartReaction }}</template>
<template #caption>{{ i18n.ts._cherrypick.showQuickHeartReactionDescription }}</template> <template #caption>{{ i18n.ts._cherrypick.showQuickHeartReactionDescription }}</template>
@ -39,11 +44,6 @@ SPDX-License-Identifier: AGPL-3.0-only
<option value="reactionOnly">{{ i18n.ts._cherrypick._showQuickHeartReaction.reactionOnly }}</option> <option value="reactionOnly">{{ i18n.ts._cherrypick._showQuickHeartReaction.reactionOnly }}</option>
<option value="hideAll">{{ i18n.ts._cherrypick._showQuickHeartReaction.hideAll }}</option> <option value="hideAll">{{ i18n.ts._cherrypick._showQuickHeartReaction.hideAll }}</option>
</MkSelect> </MkSelect>
<MkSelect v-if="expandOnNoteClick" v-model="expandOnNoteClickBehavior" style="margin-left: 44px;">
<template #label>{{ i18n.ts._cherrypick.expandOnNoteClickBehavior }}</template>
<option value="click">{{ i18n.ts._nsfwOpenBehavior.click }}</option>
<option value="doubleClick">{{ i18n.ts._nsfwOpenBehavior.doubleClick }}</option>
</MkSelect>
</div> </div>
<div> <div>