优化pagetype列表页工具栏子组件
This commit is contained in:
parent
0ea7d5a3e9
commit
e1b379971e
@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="header-right">
|
<div class="toolbar">
|
||||||
<div class="filters">
|
<div class="filters">
|
||||||
<n-input
|
<n-input
|
||||||
v-model:value="searchQueryModel"
|
v-model:value="searchQueryModel"
|
||||||
@ -99,7 +99,7 @@ function handleDeleteSelected() {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style scoped>
|
<style scoped>
|
||||||
.header-right {
|
.toolbar {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
gap: 12px;
|
gap: 12px;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user