Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cloud-platform-ui
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
youjj
cloud-platform-ui
Commits
0b864d8a
Commit
0b864d8a
authored
Aug 06, 2019
by
denghr
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
样式调整
parent
b0702595
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
4 deletions
+7
-4
index.scss
src/styles/index.scss
+1
-1
index.vue
src/views/index/index.vue
+5
-2
AppMain.vue
src/views/layout/AppMain.vue
+1
-1
No files found.
src/styles/index.scss
View file @
0b864d8a
...
...
@@ -101,7 +101,7 @@ code {
//main-container全局样式
.app-container
{
padding
:
20px
;
padding
:
40px
20px
20px
20px
;
}
.components-container
{
margin
:
30px
50px
;
...
...
src/views/index/index.vue
View file @
0b864d8a
...
...
@@ -141,8 +141,9 @@
<disableModal
v-if=
"jinyong"
:currentItem=
"currentItem"
v-on:jinyongDialogEvent =
"jinyongDialogEvent"
></disableModal>
</div>
</template>
<
style
>
body
{
background-color
:
rgba
(
245
,
245
,
245
,
1
);}
<
style
scoped
>
.app-container
{
background-color
:
rgba
(
245
,
245
,
245
,
1
);}
.statisticsBox
{
width
:
100%
;
display
:
flex
;
justify-content
:
space-between
;
margin-bottom
:
40px
;}
.statisticsItem
{
flex
:
1
;
background-color
:
#fff
;
-moz-box-shadow
:
1px
1px
3px
#ccc
;
-webkit-box-shadow
:
1px
1px
3px
#ccc
;
box-shadow
:
1px
1px
3px
#ccc
;
border-radius
:
4px
;
max-width
:
calc
(
25%
-
40px
)}
.colorbg1
{
width
:
100%
;
height
:
6px
;
border-radius
:
4px
4px
0
0
;
background
:
-webkit-linear-gradient
(
left
,
#1c9fff
,
#70d1fc
);
background
:
-o-linear-gradient
(
right
,
#1c9fff
,
#70d1fc
);
background
:
-moz-linear-gradient
(
right
,
#1c9fff
,
#70d1fc
);
background
:
linear-gradient
(
to
right
,
#1c9fff
,
#70d1fc
);}
...
...
@@ -282,6 +283,8 @@
width
:
100%
;
height
:
145px
;
overflow
:
hidden
;
margin
:
0
;
background
:
#fff
;
}
.marquee_list
{
...
...
src/views/layout/AppMain.vue
View file @
0b864d8a
<
template
>
<section
class=
"app-main"
style=
"min-height: 100%;
padding-top:20px;
"
>
<section
class=
"app-main"
style=
"min-height: 100%;"
>
<transition
name=
"fade"
mode=
"out-in"
>
<router-view
:key=
"key"
></router-view>
</transition>
...
...
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