升级组件依赖到最新版本

This commit is contained in:
RuoYi
2022-11-17 13:50:35 +08:00
parent baa3cdffb5
commit 750a09d5b7
13 changed files with 51 additions and 53 deletions

View File

@@ -1,6 +1,6 @@
<template>
<div class="app-container">
<el-form :model="queryParams" ref="queryRef" v-show="showSearch" :inline="true">
<el-form :model="queryParams" ref="queryRef" v-show="showSearch" :inline="true" label-width="68px">
<el-form-item label="角色名称" prop="roleName">
<el-input
v-model="queryParams.roleName"