用户管理

master
fanluyan 2 years ago
parent b09c7127bd
commit f2c82e73d6

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

Loading…
Cancel
Save