Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
admin
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Unverified
Commit
31150eaa
authored
Aug 23, 2024
by
芋道源码
Committed by
Gitee
Aug 23, 2024
Browse files
Options
Browse Files
Download
Plain Diff
!512 【优化】规范style位置
Merge pull request !512 from 半栈幼儿员/hotfix/login
parents
800ebf17
8283c5d5
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
11 deletions
+13
-11
src/styles/theme.scss
+0
-11
src/views/Login/Login.vue
+13
-0
No files found.
src/styles/theme.scss
View file @
31150eaa
...
...
@@ -4,14 +4,3 @@
// .dark .dark\:text-color {
// color: rgba(255, 255, 255, var(--dark-text-color));
// }
// 登录页
.dark
.login-form
{
.el-divider__text
{
background-color
:
var
(
--
login-bg-color
);
}
.el-card
{
background-color
:
var
(
--
login-bg-color
);
}
}
src/views/Login/Login.vue
View file @
31150eaa
...
...
@@ -104,3 +104,15 @@ $prefix-cls: #{$namespace}-login;
}
}
</
style
>
<
style
lang=
"scss"
>
.dark
.login-form
{
.el-divider__text
{
background-color
:
var
(
--login-bg-color
);
}
.el-card
{
background-color
:
var
(
--login-bg-color
);
}
}
</
style
>
\ No newline at end of file
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