Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcjg-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
1b138b2d
authored
2023-02-10 15:46:19 +0800
by
yangwei
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
面包屑样式调整
1 parent
20361b69
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
src/components/Breadcrumb.vue
src/styles/public.scss
src/components/Breadcrumb.vue
View file @
1b138b2
...
...
@@ -56,6 +56,7 @@ export default {
<
style
lang=
"scss"
scoped
>
.breadcrumb
{
width
:
80%
;
text-indent
:
10px
;
background
:
url("~@/image/breadcrumb.png")
no-repeat
;
background-size
:
100%
100%
;
...
...
@@ -63,7 +64,7 @@ export default {
height
:
32px
;
padding-left
:
35px
;
margin
:
8px
0
8px
6px
;
color
:
#
02D9FD
;
color
:
#
CEF8FF
;
}
/
deep
/
.el-icon-arrow-right
{
...
...
@@ -75,7 +76,7 @@ export default {
}
/
deep
/
.el-breadcrumb__inner
{
color
:
#
02D9FD
!important
;
color
:
#
CEF8FF
!important
;
}
.breadcrumb1366
{
...
...
src/styles/public.scss
View file @
1b138b2
...
...
@@ -50,7 +50,7 @@
&
-header
{
width
:
100%
;
padding
:
5px
30px
20px
2
0
px
;
padding
:
5px
30px
20px
2
4
px
;
box-sizing
:
border-box
;
background
:
url("~@/image/formHeader.png")
no-repeat
;
background-size
:
100%
100%
;
...
...
Please
register
or
sign in
to post a comment