左侧菜单栏样式修改
This commit is contained in:
@ -15,11 +15,10 @@
|
||||
<el-card>
|
||||
<!-- =========搜索按钮操作======= -->
|
||||
<div class="btn_search">
|
||||
<el-button type="primary" plain icon="Download"
|
||||
@click="handleExport">导出</el-button>
|
||||
<el-button type="primary" plain icon="Download" @click="handleExport">导出</el-button>
|
||||
<div style="position: absolute; right:30px; top:20px">
|
||||
<el-input v-model="queryParams.content" placeholder="MAC/IMEI" clearable
|
||||
style="width: 200px; margin-right: 20px;" @keyup.enter="handleQuery" @input="handleInput" />
|
||||
style="width: 200px; margin-right: 20px;" @keyup.enter="handleQuery" @input="handleInput" />
|
||||
<el-button type="primary" plain @click="toggleFilter">高级筛选</el-button>
|
||||
</div>
|
||||
</div>
|
||||
@ -109,7 +108,7 @@ const initData: PageData<'', deviceQuery> = {
|
||||
deviceType: '',
|
||||
startTime: '',
|
||||
endTime: '',
|
||||
content:""
|
||||
content: ""
|
||||
},
|
||||
rules: undefined,
|
||||
form: ''
|
||||
|
Reference in New Issue
Block a user