Refactor/themes (#311)

* refactor: theme
This commit is contained in:
RealityBoy
2022-07-26 13:16:44 +08:00
committed by GitHub
parent 708ce43e00
commit d824c99489
62 changed files with 1100 additions and 1066 deletions

View File

@@ -222,13 +222,19 @@ function onHide() {
<template>
<div>
<!-- 工具栏 -->
<vxe-toolbar>
<vxe-toolbar class="dark:bg-dark">
<template #buttons>
<vxe-input
v-model="dictData.filterName"
:placeholder="t('buttons.hssearch')"
@keyup="searchEvent"
/>
<div class="ml-20px">
<label>字典名称</label>
<el-input
class="!w-200px"
v-model="dictData.filterName"
:placeholder="t('buttons.hssearch')"
@keyup.prevent="searchEvent"
@input="searchEvent"
clearable
/>
</div>
</template>
<template #tools>
<el-button-group>