Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcdj-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
f58f7e9e
authored
2022-11-15 17:58:47 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
feat:navbar
1 parent
ebf23081
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
5 deletions
src/components/NoticeBar/index.vue
src/components/Popup/index.vue
src/layout/components/Navbar.vue
src/components/NoticeBar/index.vue
View file @
f58f7e9
...
...
@@ -96,8 +96,8 @@ export default {
color
:
#fff
;
overflow
:
hidden
;
line-height
:
28px
;
//
background
:
$
light-blue
;
width
:
500px
;
background
:
rgba
(
0
,
0
,
0
,
0.1
)
;
width
:
100%
;
.my-inbox
{
white-space
:
nowrap
;
...
...
@@ -109,7 +109,7 @@ export default {
text-indent
:
30px
;
.my-uname
{
color
:
#fff
;
color
:
red
;
}
}
}
...
...
src/components/Popup/index.vue
View file @
f58f7e9
...
...
@@ -107,7 +107,7 @@ export default {
.ls-mask
{
width
:
100%
;
height
:
100%
;
z-index
:
20
00
;
z-index
:
1
00
;
position
:
fixed
;
left
:
0
;
top
:
0
;
...
...
src/layout/components/Navbar.vue
View file @
f58f7e9
...
...
@@ -70,7 +70,6 @@ export default {
.NoticeBar
{
position
:
absolute
;
left
:
330px
;
bottom
:
0
;
}
...
...
Please
register
or
sign in
to post a comment