未验证 提交 3de182dc 编写于 作者: K Kerwin 提交者: GitHub

Optimize the display of the pop-up window for creating worker groups (#7148)

上级 8ebe0606
......@@ -81,7 +81,7 @@
</div>
<el-dialog
:visible.sync="renameDialog"
width="45%">
width="auto">
<m-rename :item="item" @onUpDate="onUpDate" @close="close"></m-rename>
</el-dialog>
</div>
......
......@@ -24,7 +24,7 @@
:title="item ? $t('Edit worker group') : $t('Create worker group')"
v-if="createWorkerGroupDialog"
:visible.sync="createWorkerGroupDialog"
width="50%">
width="auto">
<m-create-worker :item="item" :worker-address-list="workerAddressList" @onUpdate="onUpdate" @close="close"></m-create-worker>
</el-dialog>
</template>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册