Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
ZhangJianFrontEnd
Overview
Overview
Details
Activity
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
vue-project
ZhangJian
ZhangJianFrontEnd
Commits
4ab6a828
Commit
4ab6a828
authored
Aug 09, 2021
by
yuanfeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
0ae2a45e
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
5 deletions
+7
-5
App.vue
src/App.vue
+0
-1
Left.vue
src/pages/index/Left.vue
+0
-1
Right.vue
src/pages/index/Right.vue
+0
-2
layoutMain.less
static/styles/layoutMain.less
+7
-1
No files found.
src/App.vue
View file @
4ab6a828
...
...
@@ -48,6 +48,5 @@ body {
overflow
:
hidden
;
user-select
:
none
;
background-position
:
center
bottom
;
background
:
url('../static/images/index/bg.png')
no-repeat
left
top
;
}
</
style
>
src/pages/index/Left.vue
View file @
4ab6a828
...
...
@@ -218,7 +218,6 @@ export default {
<
style
lang=
"less"
scoped
>
.managePlatform-left
{
padding-top
:
14px
;
background
:
url('../../../static/images/index/leftBg.png')
no-repeat
right
top
;
.partTitle
{
font-size
:
18px
;
font-family
:
Microsoft
YaHei
;
...
...
src/pages/index/Right.vue
View file @
4ab6a828
...
...
@@ -18,6 +18,5 @@ export default {
<
style
lang=
"less"
scoped
>
.managePlatform-right
{
background
:
url('../../../static/images/index/rightBg.png')
no-repeat
left
top
;
}
</
style
>
\ No newline at end of file
static/styles/layoutMain.less
View file @
4ab6a828
// 覆盖默认组纪检样式, 使用id(layoutMain), class由于权重问题会导致无效
.main-container {
background: url('../images/index/bg.png') no-repeat left top;
background-size: cover;
}
#layoutMain {
height: 1080px;
.left {
padding-right: 0px;
background: url('../images/index/leftBg.png') no-repeat right top;
}
.right {
padding-left: 0px;
background: url('../images/index/rightBg.png') no-repeat left top;
}
}
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