style(fe): move F3 search button to Page Action Toolbar (#actions) in ModelList page for 100% KBX Command Bar standard compliance
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 81 KiB After Width: | Height: | Size: 81 KiB |
@@ -124,6 +124,16 @@ const handleRetry = () => {
|
|||||||
:evidence="evidence"
|
:evidence="evidence"
|
||||||
@retry="handleRetry"
|
@retry="handleRetry"
|
||||||
>
|
>
|
||||||
|
<template #actions>
|
||||||
|
<KsButton
|
||||||
|
label="🔍 조회 [F3]"
|
||||||
|
variant="primary"
|
||||||
|
size="sm"
|
||||||
|
aria-label="모델 목록 조회"
|
||||||
|
@click="handleSearchTrigger"
|
||||||
|
/>
|
||||||
|
</template>
|
||||||
|
|
||||||
<template #filters>
|
<template #filters>
|
||||||
<section class="filters" aria-label="모델 검색 및 필터">
|
<section class="filters" aria-label="모델 검색 및 필터">
|
||||||
<input
|
<input
|
||||||
@@ -143,13 +153,6 @@ const handleRetry = () => {
|
|||||||
<option value="Validate">Validate</option>
|
<option value="Validate">Validate</option>
|
||||||
<option value="Review">Review</option>
|
<option value="Review">Review</option>
|
||||||
</select>
|
</select>
|
||||||
<KsButton
|
|
||||||
label="🔍 조회 [F3]"
|
|
||||||
variant="primary"
|
|
||||||
size="sm"
|
|
||||||
aria-label="모델 목록 조회"
|
|
||||||
@click="handleSearchTrigger"
|
|
||||||
/>
|
|
||||||
</section>
|
</section>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user