Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
traceSourceMb
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
yanyanhong
traceSourceMb
Commits
523d8be7
Commit
523d8be7
authored
May 30, 2020
by
yyh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tabbar边距
parent
be271b52
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
7 deletions
+5
-7
variables.scss
src/common/variables.scss
+4
-2
Login.vue
src/views/Login.vue
+0
-2
ViewCode.vue
src/views/ViewCode.vue
+0
-1
Index.vue
src/views/proof/Index.vue
+1
-1
Index.vue
src/views/template/Index.vue
+0
-1
No files found.
src/common/variables.scss
View file @
523d8be7
$labelColor
:
#666C70
;
$labelColor
:
#666C70
;
$valueColor
:
#B6B5BA
;
$valueColor
:
#B6B5BA
;
\ No newline at end of file
$tabHeight
:
50px
;
\ No newline at end of file
src/views/Login.vue
View file @
523d8be7
...
@@ -77,7 +77,6 @@ export default class Login extends Vue {
...
@@ -77,7 +77,6 @@ export default class Login extends Vue {
justify-content
:
center
;
justify-content
:
center
;
flex-direction
:
column
;
flex-direction
:
column
;
padding
:
30px
30px
;
padding
:
30px
30px
;
min-height
:
100vh
;
box-sizing
:
border-box
;
box-sizing
:
border-box
;
}
}
</
style
>
</
style
>
\ No newline at end of file
src/views/ViewCode.vue
View file @
523d8be7
...
@@ -21,7 +21,6 @@ export default class ViewCode extends Vue {
...
@@ -21,7 +21,6 @@ export default class ViewCode extends Vue {
</
script
>
</
script
>
<
style
lang=
"scss"
scoped
>
<
style
lang=
"scss"
scoped
>
.view-code
{
.view-code
{
min-height
:
100vh
;
background
:
#454674
;
background
:
#454674
;
display
:
flex
;
display
:
flex
;
justify-content
:
center
;
justify-content
:
center
;
...
...
src/views/proof/Index.vue
View file @
523d8be7
...
@@ -258,7 +258,7 @@ export default class Index extends Vue {
...
@@ -258,7 +258,7 @@ export default class Index extends Vue {
box-sizing
:
border-box
;
box-sizing
:
border-box
;
padding
:
11px
14px
;
padding
:
11px
14px
;
background
:
#F9FBFF
;
background
:
#F9FBFF
;
height
:
calc
(
100vh
-
50px
)
;
margin-bottom
:
$tabHeight
;
}
}
header
{
header
{
display
:
flex
;
display
:
flex
;
...
...
src/views/template/Index.vue
View file @
523d8be7
...
@@ -66,7 +66,6 @@ export default class Index extends Vue {
...
@@ -66,7 +66,6 @@ export default class Index extends Vue {
</
script
>
</
script
>
<
style
scoped
lang=
"scss"
>
<
style
scoped
lang=
"scss"
>
.template-list
{
.template-list
{
height
:
calc
(
100vh
-
50px
);
box-sizing
:
border-box
;
box-sizing
:
border-box
;
padding
:
11px
14px
;
padding
:
11px
14px
;
background
:
#F9FBFF
;
background
:
#F9FBFF
;
...
...
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