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
Commit
8283c5d5
authored
Aug 19, 2024
by
preschooler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
🌈
style:规范style位置
parent
323e6197
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 @
8283c5d5
...
...
@@ -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 @
8283c5d5
...
...
@@ -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