Skip to content

Commit 0481726

Browse files
committed
feat: 修改 Prompt Store 移动端样式
1 parent 73bf8c0 commit 0481726

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/components/common/PromptStore/index.vue

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -325,10 +325,10 @@ const dataSource = computed(() => {
325325
<NTabs type="segment">
326326
<NTabPane name="local" :tab="$t('store.local')">
327327
<div
328-
class="flex items-center justify-between"
329-
:class="isMobile ? 'flex-col gap-2' : 'flex-row'"
328+
class="flex gap-3"
329+
:class="[isMobile ? 'flex-col' : 'flex-row justify-between']"
330330
>
331-
<div class="flex items-center justify-end space-x-4">
331+
<div class="flex items-center space-x-4">
332332
<NButton
333333
type="primary"
334334
size="small"
@@ -358,7 +358,7 @@ const dataSource = computed(() => {
358358
{{ $t('store.clearStoreConfirm') }}
359359
</NPopconfirm>
360360
</div>
361-
<div class="flex items-center space-x-4">
361+
<div class="flex items-center">
362362
<NInput v-model:value="searchValue" style="width: 100%" />
363363
</div>
364364
</div>

0 commit comments

Comments
 (0)