优化pagetype列表页工具栏子组件

This commit is contained in:
jingrow 2025-11-02 16:30:29 +08:00
parent 0ea7d5a3e9
commit e1b379971e

View File

@ -1,5 +1,5 @@
<template>
<div class="header-right">
<div class="toolbar">
<div class="filters">
<n-input
v-model:value="searchQueryModel"
@ -99,7 +99,7 @@ function handleDeleteSelected() {
</script>
<style scoped>
.header-right {
.toolbar {
display: flex;
align-items: center;
gap: 12px;