-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 登录
-
-
+
+
+
copyright©2022拓恒技术有限公司
+ .container__right{
+ flex: 1;
+ padding: 137px 0 236px 0;
+ .right__title{
+ font-size: 44px;
+ font-family: PingFang SC-Semibold, PingFang SC;
+ font-weight: 600;
+ color: #1890FF;
+ text-align: center;
+ }
+ .right__form{
+ padding: 34px 0 20px 0;
+ .n-form{
+ margin: 0 auto;
+ }
+ .n-input:not(.n-input--autosize) {
+ width: 100%;
+ height: 40px;
+ line-height: 40px;
+ background-color: transparent;
+ }
+ ::v-deep(.n-input__suffix){
+ cursor: pointer;
+ transform: translate(12px);
+ }
+ .captcha_img {
+ width: 90px;
+ height: 100%;
+ border-left: 1px solid rgb(224, 224, 230);
+ border-radius: 4px;
+ }
+ }
+ .right__button{
+ width: 300px;
+ height: 40px;
+ border-radius: 4px;
+ cursor: pointer;
+ background-color: #1890ff;
+ line-height: 40px;
+ text-align: center;
+ color: #fff;
+ font-size: 16px;
+ margin: 0 auto;
+ }
+ }
+}
+.login__copyright {
+ font-size: 20px;
+ color: #fff;
+ position: absolute;
+ bottom: 16px;
+}
+
+@media screen and (max-width: 1200px) {
+ .login__container{
+ max-width: 730px;
+ }
+ .container__left{
+ display: none;
+ }
+}
+
diff --git a/src/views/system/user/info.js b/src/views/system/user/info.js
index e265d8d..8ac87ae 100644
--- a/src/views/system/user/info.js
+++ b/src/views/system/user/info.js
@@ -6,7 +6,7 @@ const getRolesOption = async function() {
const res = await getRoleAll()
rolesOptions.value = dataToSelect(res.data, { label: 'name', value: 'id' })
}
-getRolesOption()
+// getRolesOption()
const data = [
{
label: '用户账号',