Parcourir la source

局部样式修改

Zn il y a 1 an
Parent
commit
abd1d7820e

+ 6 - 2
ruoyi-ui/src/views/system/user/index.vue

@@ -188,12 +188,16 @@
         <el-row>
           <el-col :span="12">
             <el-form-item v-if="form.userId == undefined" label="用户名称" prop="userName">
-              <el-input v-model="form.userName" placeholder="请输入用户名称" maxlength="30" />
+              <el-input 
+              v-model="form.userName" 
+              placeholder="请输入用户名称" 
+              maxlength="30" />
             </el-form-item>
           </el-col>
           <el-col :span="12">
             <el-form-item v-if="form.userId == undefined" label="用户密码" prop="password">
-              <el-input v-model="form.password" placeholder="请输入用户密码" type="password" maxlength="20" show-password />
+              <el-input 
+              v-model="form.password" placeholder="请输入用户密码" type="password" maxlength="20" show-password />
             </el-form-item>
           </el-col>
         </el-row>

+ 3 - 0
ruoyi-ui/src/views/tableMange/index.vue

@@ -1258,4 +1258,7 @@ export default {
 ::v-deep .right_card {
   min-height: 500px !important;
 }
+::v-deep .vue-treeselect--has-value .vue-treeselect__input{
+  vertical-align: middle !important;
+}
 </style>