Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
K
klck
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
位宇华
klck
Commits
24fa7fd9
Commit
24fa7fd9
authored
Aug 14, 2023
by
lenovo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
首页修改
parent
43b4cf69
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
113 additions
and
26 deletions
+113
-26
ruoyi-ui/src/views/index.vue
ruoyi-ui/src/views/index.vue
+113
-26
No files found.
ruoyi-ui/src/views/index.vue
View file @
24fa7fd9
<
template
>
<
template
>
<div
class=
"index"
>
<div
class=
"container"
>
<!--
<div
class=
"el-login-header"
>
<img
src=
"../assets/logo/logo.png"
width=
"80"
height=
"80"
style=
"vertical-align: middle;margin-bottom: 20px;"
>
<span
class=
"text"
>
开滦(集团)有限责任公司
</span>
</div>
-->
</div
>
<div
class=
"main-content"
>
</div>
<div
class=
"main-footer"
>
<span>
开滦集团财务共享中心
</span>
<span
class=
"split"
>
|
</span>
<span>
河北天翼科贸发展有限公司
</span>
</div>
</div>
<!-- 开滦(集团)财务共享中心&河北天翼科贸发展有限公司-->
</
template
>
</
template
>
<
script
>
<
script
>
...
@@ -14,35 +20,116 @@
...
@@ -14,35 +20,116 @@
export
default
{
export
default
{
name
:
'
Index
'
,
name
:
'
Index
'
,
components
:
{
components
:
{
},
},
data
()
{
data
()
{
return
{
return
{
}
}
},
},
methods
:
{
methods
:
{
}
}
}
}
</
script
>
</
script
>
<
style
rel=
"stylesheet/scss"
lang=
"scss"
>
<
style
scoped
>
.index
{
.container
{
display
:
flex
;
display
:
flex
;
justify-content
:
center
;
flex-direction
:
column
;
align-items
:
center
;
height
:
calc
(
100vh
-
84px
);
height
:
855px
;
background-image
:
url("../assets/images/login-background2.jpg")
;
background-image
:
url("../assets/images/login-background2.jpg")
;
background-position
:
center
;
background-size
:
cover
;
background-size
:
cover
;
}
}
.title
{
margin
:
0px
auto
30px
auto
;
text-align
:
center
;
color
:
#707070
;
}
.main-footer
{
position
:
absolute
;
left
:
0
;
bottom
:
0
;
right
:
0
;
z-index
:
10
;
color
:
#fff
;
font-size
:
18px
;
display
:
flex
;
align-items
:
center
;
justify-content
:
center
;
padding
:
15px
;
}
.main-footer
.split
{
padding
:
0
10px
;
font-size
:
12px
;
}
</
style
>
</
style
>
<!--<template>-->
<!-- <div class="container">-->
<!-- <div class="index">-->
<!-- </div>-->
<!-- <div class="input" style="position: absolute; bottom: 0;">-->
<!-- 开发中心-->
<!-- </div>-->
<!-- </div>-->
<!--<!– 开滦(集团)财务共享中心&河北天翼科贸发展有限公司–>-->
<!--</template>-->
<!--<script>-->
<!--export default {-->
<!-- name: 'Index',-->
<!-- components: {-->
<!-- },-->
<!-- data() {-->
<!-- return {-->
<!-- }-->
<!-- },-->
<!-- methods: {-->
<!-- }-->
<!--}-->
<!--</script>-->
<!--<style rel="stylesheet/scss" lang="scss">-->
<!-- .index {-->
<!-- display: flex;-->
<!-- justify-content: center;-->
<!-- align-items: center;-->
<!-- flex: 9;-->
<!-- height: 90vh;-->
<!-- background-image: url("../assets/images/login-background2.jpg");-->
<!-- background-position: center;-->
<!-- background-size: cover;-->
<!-- }-->
<!-- .title {-->
<!-- margin: 0px auto 30px auto;-->
<!-- text-align: center;-->
<!-- color: #707070;-->
<!-- }-->
<!-- .input{-->
<!-- flex: 1;-->
<!-- font-size: 30px;-->
<!-- color: #1b1b19;-->
<!-- }-->
<!-- .container {-->
<!-- display: flex;-->
<!-- flex-direction: column;-->
<!-- height: 100vh;-->
<!-- }-->
<!--</style>-->
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