fix(环境管理): 创建环境组操作按钮显示错位

--bug=1010832 --user=李玉号 【系统设置】-环境管理-创建环境组-操作按钮显示错位
https://www.tapd.cn/55049933/s/1113181
This commit is contained in:
shiziyuan9527 2022-03-03 16:30:52 +08:00 committed by shiziyuan9527
parent 5190c35b26
commit 64e6d26461
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<template>
<div v-loading="result.loading">
<el-dialog :close-on-click-modal="false" :title="title" :visible.sync="createVisible" destroy-on-close
@close="handleClose">
@close="handleClose" width="60%">
<el-form :model="form" :rules="rules" ref="form" label-position="right" label-width="90px" size="small">
<el-form-item :label="$t('commons.name')" prop="name">
<el-input v-model="form.name" autocomplete="off" show-word-limit maxlength="50"></el-input>