diff --git a/src/pages/system/account/add/adduserinfo/adduserinfo.less b/src/pages/system/account/add/adduserinfo/adduserinfo.less index 5aecd508..f40b565e 100644 --- a/src/pages/system/account/add/adduserinfo/adduserinfo.less +++ b/src/pages/system/account/add/adduserinfo/adduserinfo.less @@ -2,11 +2,12 @@ flex-basis: 60px!important; /* justify-content: flex-end; */ } -.addaccinfo{ + +#addaccinfo{ width: 100%; display: flex; - .addform{ + .form{ width: 70%; } .mypic{ @@ -35,4 +36,19 @@ } } -} \ No newline at end of file +} +.sel1{ + width: auto; + float: left; + + } +.sel2{ + width: auto; + float: left; +} +.sel3{ + margin-left: 30px; +} +.sel1 .form-compontent{ + margin-left: 40px; +}