feat(layout): 添加搜索功能图标并调整布局
- 在用户面包屑导航中添加搜索图标 - 调整图标点击事件处理- 移除重复的搜索图标代码 - 优化布局结构和样式
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<div style="display: inline-block">
|
||||
<el-button size="default" type="success" @click="handleImport()">
|
||||
<el-button type="success" @click="handleImport()">
|
||||
<slot>导入</slot>
|
||||
</el-button>
|
||||
<el-dialog :title="props.upload.title" v-model="uploadShow" width="400px" append-to-body>
|
||||
|
||||
Reference in New Issue
Block a user