Skip to content

Commit

Permalink
feat: 修改 Prompt Store 移动端样式
Browse files Browse the repository at this point in the history
  • Loading branch information
Chanzhaoyu committed Mar 13, 2023
1 parent 73bf8c0 commit 0481726
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/common/PromptStore/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -325,10 +325,10 @@ const dataSource = computed(() => {
<NTabs type="segment">
<NTabPane name="local" :tab="$t('store.local')">
<div
class="flex items-center justify-between"
:class="isMobile ? 'flex-col gap-2' : 'flex-row'"
class="flex gap-3"
:class="[isMobile ? 'flex-col' : 'flex-row justify-between']"
>
<div class="flex items-center justify-end space-x-4">
<div class="flex items-center space-x-4">
<NButton
type="primary"
size="small"
Expand Down Expand Up @@ -358,7 +358,7 @@ const dataSource = computed(() => {
{{ $t('store.clearStoreConfirm') }}
</NPopconfirm>
</div>
<div class="flex items-center space-x-4">
<div class="flex items-center">
<NInput v-model:value="searchValue" style="width: 100%" />
</div>
</div>
Expand Down

0 comments on commit 0481726

Please sign in to comment.