File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/components/common/PromptStore Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -325,10 +325,10 @@ const dataSource = computed(() => {
325
325
<NTabs type =" segment" >
326
326
<NTabPane name =" local" :tab =" $t('store.local')" >
327
327
<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'] "
330
330
>
331
- <div class =" flex items-center justify-end space-x-4" >
331
+ <div class =" flex items-center space-x-4" >
332
332
<NButton
333
333
type =" primary"
334
334
size =" small"
@@ -358,7 +358,7 @@ const dataSource = computed(() => {
358
358
{{ $t('store.clearStoreConfirm') }}
359
359
</NPopconfirm >
360
360
</div >
361
- <div class =" flex items-center space-x-4 " >
361
+ <div class =" flex items-center" >
362
362
<NInput v-model:value =" searchValue" style =" width : 100% " />
363
363
</div >
364
364
</div >
You can’t perform that action at this time.
0 commit comments