Browse Source

调整样式

Lijy 3 years ago
parent
commit
ee2a3ba795
1 changed files with 2 additions and 2 deletions
  1. 2 2
      fhKeeper/formulahousekeeper/timesheet/src/views/quanx/quanx.vue

+ 2 - 2
fhKeeper/formulahousekeeper/timesheet/src/views/quanx/quanx.vue

@@ -69,7 +69,7 @@
             </div>
         </el-dialog>
         <!-- 添加角色弹窗 -->
-        <el-dialog :title="titles" :visible.sync="addDialogVisible" width="600" :before-close="handleClose">
+        <el-dialog :title="titles" :visible.sync="addDialogVisible" width="600px" :before-close="handleClose">
             <div>
                 <el-form ref="form" :model="form" label-width="80px">
                     <el-form-item label="角色名称">
@@ -79,7 +79,7 @@
                         <el-input type="textarea" v-model="form.roleDescribe" clearable></el-input>
                     </el-form-item>
                     <el-form-item>
-                        <el-button type="primary" @click="onSubmit()">{{addTil}}</el-button>
+                        <el-button style="float: right" type="primary" @click="onSubmit()">确定</el-button>
                     </el-form-item>
                 </el-form>
             </div>