update 优化 页面输入框样式

This commit is contained in:
疯狂的狮子Li
2023-09-17 15:53:25 +08:00
parent 92b2b489a4
commit ab1a7204fa
5 changed files with 10 additions and 10 deletions

View File

@ -5,7 +5,7 @@
<el-card shadow="hover">
<el-form :model="queryParams" ref="queryFormRef" :inline="true" label-width="68px">
<el-form-item label="树节点名" prop="treeName">
<el-input v-model="queryParams.treeName" placeholder="请输入树节点名" clearable @keyup.enter="handleQuery" />
<el-input v-model="queryParams.treeName" placeholder="请输入树节点名" clearable style="width: 240px" @keyup.enter="handleQuery" />
</el-form-item>
<el-form-item>
<el-button type="primary" icon="Search" @click="handleQuery">搜索</el-button>