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
f8b0cd53
authored
Nov 21, 2024
by
芋道源码
Committed by
GitHub
Nov 21, 2024
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #104 from chenlei65368/patch-1
Update Breadcrumb.vue 面包屑 css 处理
parents
458242a2
522e358e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/layout/components/Breadcrumb/src/Breadcrumb.vue
+3
-3
No files found.
src/layout/components/Breadcrumb/src/Breadcrumb.vue
View file @
f8b0cd53
...
...
@@ -92,7 +92,7 @@ export default defineComponent({
$
prefix-cls
:
#
{
$elNamespace
}
-breadcrumb
;
.
#
{
$prefix-cls
}
{
:deep(
&
__item)
{
:deep(
.#{$prefix-cls
}
__item
)
{
display
:
flex
;
.#{$prefix-cls
}
__inner
{
display
:
flex
;
...
...
@@ -105,7 +105,7 @@ $prefix-cls: #{$elNamespace}-breadcrumb;
}
}
:deep
(
&
__item
)
:not
(
:last-child
)
{
:deep
(
.
#
{
$prefix-cls
}
__item
)
:not
(
:last-child
)
{
.#{$prefix-cls
}
__inner
{
color
:
var
(
--top-header-text-color
);
...
...
@@ -115,7 +115,7 @@ $prefix-cls: #{$elNamespace}-breadcrumb;
}
}
:deep
(
&
__item
)
:last-child
{
:deep
(
.
#
{
$prefix-cls
}
__item
)
:last-child
{
.#{$prefix-cls
}
__inner
{
display
:
flex
;
align-items
:
center
;
...
...
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