样式优化等

This commit is contained in:
吕金泽
2022-01-17 00:26:59 +08:00
parent 90e2d367fd
commit 3a46a3f505
15 changed files with 41 additions and 72 deletions
@@ -1,5 +1,11 @@
<style>
.el-input-number .el-input__inner{
text-align: left;
}
</style>
<template>
<el-form ref="dataForm" :rules="rules" :model="temp" label-position="left" label-width="120px" style="width: 400px; margin-left:50px;">
<el-form ref="dataForm" :inline="true" :rules="rules" :model="temp" label-position="right" label-width="120px">
<el-form-item label="登录名称" prop="username">
<el-input v-model="temp.username" />
</el-form-item>