Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
intel_promotion_manage
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张伯涛
intel_promotion_manage
Commits
e73daca5
Commit
e73daca5
authored
Jul 10, 2024
by
张伯涛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
样式调整
parent
3b4ae4dc
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
24 additions
and
10 deletions
+24
-10
policeDadgeIcon.png
src/assets/image/policeDadgeIcon.png
+0
-0
index.vue
src/layout/index.vue
+16
-7
login.vue
src/views/login/login.vue
+8
-3
No files found.
src/assets/image/policeDadgeIcon.png
0 → 100644
View file @
e73daca5
18.8 KB
src/layout/index.vue
View file @
e73daca5
...
@@ -16,7 +16,8 @@
...
@@ -16,7 +16,8 @@
<div
class=
"titleText"
>
Copyrights © 2024 All Rights Reserved by
</div>
<div
class=
"titleText"
>
Copyrights © 2024 All Rights Reserved by
</div>
<div
class=
"text_body"
>
<div
class=
"text_body"
>
<div
class=
"textOne"
@
click=
"handleJumpTextOne"
>
京ICP备2024075637号-1
</div>
<div
class=
"textOne"
@
click=
"handleJumpTextOne"
>
京ICP备2024075637号-1
</div>
<div
class=
"textTwo"
@
click=
"handleJumpTextTwo"
>
津公网安备
</div>
<img
v-if=
"logo"
:src=
"logo"
class=
"bottomLogo"
>
<div
class=
"textTwo"
@
click=
"handleJumpTextTwo"
>
京公网安备
</div>
</div>
</div>
</div>
</div>
<right-panel>
<right-panel>
...
@@ -44,6 +45,11 @@ export default {
...
@@ -44,6 +45,11 @@ export default {
settings
settings
},
},
mixins
:
[
ResizeMixin
],
mixins
:
[
ResizeMixin
],
data
()
{
return
{
logo
:
require
(
'@/assets/image/policeDadgeIcon.png'
)
}
},
computed
:
{
computed
:
{
sidebar
()
{
sidebar
()
{
return
this
.
$store
.
state
.
app
.
sidebar
return
this
.
$store
.
state
.
app
.
sidebar
...
@@ -81,24 +87,27 @@ export default {
...
@@ -81,24 +87,27 @@ export default {
.footer
{
.footer
{
width
:
100%
;
width
:
100%
;
height
:
80px
;
height
:
80px
;
background-color
:
#
214E90
;
background-color
:
#
F4F4F4
;
.titleText
{
.titleText
{
padding
:
15px
0
;
padding
:
15px
0
;
text-align
:
center
;
text-align
:
center
;
color
:
#FFFFFF
;
color
:
black
;
}
}
.text_body
{
.text_body
{
display
:
flex
;
display
:
flex
;
justify-content
:
center
;
justify-content
:
center
;
.textOne
{
.textOne
{
cursor
:
pointer
;
cursor
:
pointer
;
color
:
#FFFFFF
;
color
:
black
;
padding
:
0
15px
;
}
.bottomLogo
{
width
:
20px
;
height
:
20px
;
margin
:
0
10px
;
}
}
.textTwo
{
.textTwo
{
cursor
:
pointer
;
cursor
:
pointer
;
color
:
#FFFFFF
;
color
:
black
;
padding
:
0
15px
;
}
}
}
}
}
}
...
...
src/views/login/login.vue
View file @
e73daca5
...
@@ -112,7 +112,8 @@
...
@@ -112,7 +112,8 @@
<div
class=
"titleText"
>
Copyrights © 2024 All Rights Reserved by
</div>
<div
class=
"titleText"
>
Copyrights © 2024 All Rights Reserved by
</div>
<div
class=
"text_body"
>
<div
class=
"text_body"
>
<div
class=
"textOne"
@
click=
"handleJumpTextOne"
>
京ICP备2024075637号-1
</div>
<div
class=
"textOne"
@
click=
"handleJumpTextOne"
>
京ICP备2024075637号-1
</div>
<div
class=
"textTwo"
@
click=
"handleJumpTextTwo"
>
津公网安备
</div>
<img
v-if=
"logo"
:src=
"logo"
class=
"bottomLogo"
>
<div
class=
"textTwo"
@
click=
"handleJumpTextTwo"
>
京公网安备
</div>
</div>
</div>
</div>
</div>
</div>
</div>
...
@@ -129,6 +130,7 @@ export default {
...
@@ -129,6 +130,7 @@ export default {
components
:
{
Verify
},
components
:
{
Verify
},
data
()
{
data
()
{
return
{
return
{
logo
:
require
(
'@/assets/image/policeDadgeIcon.png'
),
reLocation
:
''
,
reLocation
:
''
,
codeUrl
:
''
,
codeUrl
:
''
,
cookiePassword
:
''
,
cookiePassword
:
''
,
...
@@ -611,12 +613,15 @@ export default {
...
@@ -611,12 +613,15 @@ export default {
.textOne
{
.textOne
{
cursor
:
pointer
;
cursor
:
pointer
;
color
:
#FFFFFF
;
color
:
#FFFFFF
;
padding
:
0
15px
;
}
.bottomLogo
{
width
:
20px
;
height
:
20px
;
margin
:
0
10px
;
}
}
.textTwo
{
.textTwo
{
cursor
:
pointer
;
cursor
:
pointer
;
color
:
#FFFFFF
;
color
:
#FFFFFF
;
padding
:
0
15px
;
}
}
}
}
}
}
...
...
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