diff --git a/clientarea/hgcloud/css/login.css b/clientarea/hgcloud/css/login.css index 2cc7dbd..46dcf48 100644 --- a/clientarea/hgcloud/css/login.css +++ b/clientarea/hgcloud/css/login.css @@ -72,6 +72,7 @@ display: flex; gap: 4px; font-size: 0; + overflow: hidden; } .login-jump-btn .lang-box span { @@ -336,8 +337,16 @@ border-radius: 8px 0 0 8px !important; color: #E6E8EB !important; padding: 0 !important; - width: 70px !important; - min-width: 70px !important; + width: 90px !important; + min-width: 90px !important; +} + +.input-with-select .el-input-group__prepend .el-select { + width: 100% !important; +} + +.input-with-select .el-input-group__prepend .el-select .el-input { + width: 100% !important; } .input-with-select .el-input-group__prepend .el-input__inner { @@ -345,7 +354,9 @@ border: none !important; color: #E6E8EB !important; padding-left: 12px !important; - padding-right: 20px !important; + padding-right: 24px !important; + width: 100% !important; + text-align: left !important; } .input-with-select .el-input-group__prepend .el-select .el-input .el-input__inner { @@ -355,7 +366,7 @@ .input-with-select .el-input-group__prepend .el-input__suffix { color: rgba(139, 148, 158, 0.5) !important; - right: 2px !important; + right: 4px !important; } .input-with-select .el-input-group__prepend .el-select .el-input.is-focus .el-input__inner { diff --git a/clientarea/hgcloud/css/regist.css b/clientarea/hgcloud/css/regist.css index 54fbd10..3d5f6ee 100644 --- a/clientarea/hgcloud/css/regist.css +++ b/clientarea/hgcloud/css/regist.css @@ -55,6 +55,7 @@ display: flex; gap: 4px; font-size: 0; + overflow: hidden; } .login-jump-btn .lang-box span { @@ -264,8 +265,16 @@ border-radius: 8px 0 0 8px !important; color: #E6E8EB !important; padding: 0 !important; - width: 70px !important; - min-width: 70px !important; + width: 90px !important; + min-width: 90px !important; +} + +.input-with-select .el-input-group__prepend .el-select { + width: 100% !important; +} + +.input-with-select .el-input-group__prepend .el-select .el-input { + width: 100% !important; } .input-with-select .el-input-group__prepend .el-input__inner { @@ -273,7 +282,9 @@ border: none !important; color: #E6E8EB !important; padding-left: 12px !important; - padding-right: 20px !important; + padding-right: 24px !important; + width: 100% !important; + text-align: left !important; } .input-with-select .el-input-group__prepend .el-select .el-input .el-input__inner { @@ -283,7 +294,7 @@ .input-with-select .el-input-group__prepend .el-input__suffix { color: rgba(139, 148, 158, 0.5) !important; - right: 2px !important; + right: 4px !important; } .input-with-select .el-input-group__prepend .el-select .el-input.is-focus .el-input__inner {