liwei 3 years ago
parent
commit
3b701e67a2
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      .eslintrc.js
  2. +1
    -1
      src/views/system/user/index.vue

+ 1
- 1
.eslintrc.js View File

@ -10,6 +10,6 @@ module.exports = {
rules: {
"no-console": process.env.NODE_ENV === "production" ? "warn" : "off",
"no-debugger": process.env.NODE_ENV === "production" ? "warn" : "off",
"endOfLine": 0,
"endOfLine": auto,
},
};

+ 1
- 1
src/views/system/user/index.vue View File

@ -1,7 +1,7 @@
<template>
<div>
<SearchTemplate>
<el-form :inline="true">
<el-form :inline="true" class="clearfix search-content">
<el-form-item label="用户名称">
<el-input v-model="queryParams.name" placeholder="请输入用户名称" clearable style="width: 240px" />
</el-form-item>


Loading…
Cancel
Save