Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
boyueCEnd
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
游洁
boyueCEnd
Commits
cf5ffe68
Commit
cf5ffe68
authored
Nov 20, 2025
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
7cea2594
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
5 deletions
+20
-5
Login.vue
src/views/auth/Login.vue
+20
-5
No files found.
src/views/auth/Login.vue
View file @
cf5ffe68
...
...
@@ -53,7 +53,8 @@
</a-input-password>
</a-form-item>
<div
class=
"mt-[34px] flex flex-row items-center"
>
<div
class=
"mt-[34px] flex flex-row items-center items-center-button"
:class=
"[loginMsg.password&&loginMsg.password.length>=8&&loginMsg.email?'isClick':'']"
>
<a-button
type=
"primary"
size=
"large"
...
...
@@ -127,8 +128,8 @@ const loginMsg = reactive({
tenantId
:
systemConfigStore
.
tenantId
||
null
,
reType
:
0
,
//登录方式 0账号密码 1谷歌授权 3LINE授权 7FaceBook授权
openId
:
""
,
email
:
"
2310721242@qq.com"
,
password
:
'
123456'
,
email
:
"
"
,
//2310721242@qq.com
password
:
'
'
,
//123456
})
const
loginTypes
=
ref
([
...
...
@@ -305,13 +306,27 @@ init()
:deep
(
.arco-input-wrapper
.arco-input.arco-input-size-large
)
{
font-size
:
16px
;
}
:deep
(
.arco-btn-primary
)
{
:deep
(
.
items-center-button
.
arco-btn-primary
)
{
box-shadow
:
rgba
(
74
,
102
,
77
,
0
.15
)
0px
5px
15px
;
background-color
:
var
(
--
primary1-5-hover
);
}
:deep
(
.items-center-button
.arco-btn-primary
:hover
)
{
box-shadow
:
rgba
(
74
,
102
,
77
,
0
.15
)
0px
5px
15px
;
background-color
:
var
(
--
primary1-5-hover
);
}
:deep
(
.items-center-button
.isClick
.arco-btn-primary
)
{
background-color
:
var
(
--
primary1-5
);
}
:deep
(
.arco-btn-primary
:hover
)
{
:deep
(
.
items-center-button
.isClick
.
arco-btn-primary
:hover
)
{
background-color
:
var
(
--
primary1-5
);
}
// :deep(.arco-btn-primary){
// box-shadow: rgba(74,102,77,0.15) 0px 5px 15px;
// background-color: var(--primary1-5);
// }
// :deep(.arco-btn-primary:hover){
// background-color: var(--primary1-5);
// }
:deep
(
.arco-divider-text
)
{
/*background: #fff;*/
font-size
:
16px
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment