From 961d7a059a5e5558e4d3b0d3c9bcb2ecde484709 Mon Sep 17 00:00:00 2001 From: red-deng-deng <1924913374@qq.com> Date: Thu, 11 Nov 2021 17:37:59 +0800 Subject: [PATCH] update --- .../account/add/adduserinfo/adduserinfo.less | 22 ++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) 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; +}