用户管理

master
fanluyan 2 years ago
parent b09c7127bd
commit f2c82e73d6

@ -1,6 +1,6 @@
<template>
<el-dialog
class="addchannelDialog"
class="addUserDialog"
:title="title"
:visible.sync="isShow"
:close-on-click-modal="false"
@ -148,9 +148,10 @@ export default {
};
</script>
<style lang="less">
.addchannelDialog {
.addUserDialog {
.el-form-item {
.el-input,
.el-select,
.el-input-number {
width: 100%;
}

Loading…
Cancel
Save