Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
肖康
/
cloudSystem
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
92a7d62e
authored
2 years ago
by
LJM
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
css
parent
e8d3b086
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
123 deletions
src/components/menu.vue
src/views/Index/index.vue
src/views/News/notice.vue
src/components/menu.vue
View file @
92a7d62e
...
...
@@ -23,7 +23,7 @@
<el-badge
class=
"mark"
:value=
"not_read_count"
/>
</i>
<div
class=
"line"
></div>
<a
class=
"msgh row verCenter"
href=
"javascript:history.go(0)"
>
<a
class=
"msgh row verCenter"
href=
"javascript:history.go(0)"
title=
"点击刷新"
>
<span
class=
"el-icon-refresh icon"
></span>
</a>
<div
class=
"line"
></div>
...
...
@@ -1395,4 +1395,12 @@ export default {
-webkit-transform
:
rotate
(
360deg
)
}
}
.dialog-layer-notice
.el-dialog__body
{
padding
:
0
!important
;
}
.dialog-layer-notice
.el-dialog__header
{
border-bottom
:
1px
solid
#E5EBF6
;
}
</
style
>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
src/views/Index/index.vue
View file @
92a7d62e
...
...
@@ -358,12 +358,4 @@ export default {
</
script
>
<
style
scoped
>
@import
"../../assets/css/index/index.min.css"
;
::v-deep
.dialog-layer-notice
.el-dialog__body
{
padding
:
0
!important
;
}
::v-deep
.dialog-layer-notice
.el-dialog__header
{
border-bottom
:
1px
solid
#E5EBF6
;
}
</
style
>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
src/views/News/notice.vue
View file @
92a7d62e
...
...
@@ -98,117 +98,5 @@ export default {
};
</
script
>
<
style
scoped
lang=
"less"
>
.dialog-layer-notice
{
width
:
580px
;
height
:
325px
;
background
:
url("https://img.ichunt.com/images/ichunt/202302/20/134df9995b5c165202ed45fd900b4e98.png")
no-repeat
center
!important
;
background-size
:
contain
!important
;
.el-dialog__header
{
position
:
relative
;
top
:
-26px
;
margin
:
0
15px
;
height
:
48px
;
line-height
:
48px
;
background
:
#FFFFFF
;
padding
:
0px
!important
;
padding-left
:
20px
!important
;
box-sizing
:
border-box
;
border-radius
:
6px
6px
0
0
;
.el-icon-close
{
font-size
:
20px
;
margin-left
:
2px
;
}
.el-dialog__headerbtn
{
top
:
-34px
;
right
:
-8px
;
z-index
:
99
;
&:after
{
width
:
24px
;
height
:
24px
;
line-height
:
24px
;
text-align
:
center
;
background
:
#FFFFFF
;
border-radius
:
50%
;
content
:
''
;
display
:
block
;
position
:
absolute
;
top
:
-2px
;
z-index
:
-1
;
}
}
}
.el-dialog__title
{
font-size
:
16px
;
color
:
#387fff
;
font-weight
:
bold
;
&:after
{
display
:
none
;
}
}
.el-dialog__body
{
position
:
relative
;
top
:
-26px
;
margin
:
0
15px
;
background
:
#FFFFFF
;
border-radius
:
0
0
6px
6px
;
}
.notice-content
{
padding
:
20px
;
height
:
221px
;
overflow-y
:
auto
;
font-size
:
14px
;
color
:
#313131
;
box-sizing
:
border-box
;
img
{
max-width
:
100%
;
}
}
.enclosure
{
border-top
:
1px
solid
#E5EBF6
;
;
padding-left
:
22px
;
height
:
36px
;
span
{
font-size
:
12px
;
color
:
#313131
;
}
.down
{
font-size
:
12px
;
color
:
#387FFF
;
}
}
.notice-bottom
{
position
:
absolute
;
bottom
:
-31px
;
left
:
0
;
right
:
0
;
z-index
:
99
;
padding
:
0
24px
;
span
{
font-size
:
12px
;
color
:
#ffffff
;
}
}
}
::v-deep
.dialog-layer-notice
.el-dialog__header
{
border-bottom
:
1px
solid
#E5EBF6
;
}
::v-deep
.dialog-layer-notice
.el-dialog__body
{
padding
:
0
!important
;
}
</
style
>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
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