Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
vue-gjjs
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
fukai
vue-gjjs
Commits
297189c8
Commit
297189c8
authored
Dec 20, 2021
by
liushikai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
布局调整
parent
d5540071
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
5 deletions
+4
-5
FunctionBtn.vue
src/components/FunctionBtn.vue
+2
-2
c-page.vue
src/components/c-page.vue
+1
-1
index.vue
src/views/Layout/components/TagsView/index.vue
+0
-1
index.vue
src/views/TaskList/index.vue
+1
-1
No files found.
src/components/FunctionBtn.vue
View file @
297189c8
...
...
@@ -125,8 +125,8 @@ export default {
flex-wrap
:
nowrap
;
justify-content
:
space-between
;
align-items
:
flex-start
;
height
:
2
8
px
;
/* margin-bottom:
5
px; */
height
:
2
9
px
;
/* margin-bottom:
1
px; */
}
.m-funcBtn-eContainer
{
order
:
1
;
...
...
src/components/c-page.vue
View file @
297189c8
...
...
@@ -4,7 +4,7 @@
<i
class=
"el-icon-location"
style=
"color: #409eff;"
></i>
<span>
{{
title
}}
</span>
</div>
-->
<div
style=
"flex: 1; padding:
3px 10
px; position: relative"
>
<div
style=
"flex: 1; padding:
5px 15
px; position: relative"
>
<slot></slot>
</div>
</div>
...
...
src/views/Layout/components/TagsView/index.vue
View file @
297189c8
...
...
@@ -226,7 +226,6 @@ export default {
box-shadow
:
0
1px
3px
0
rgba
(
0
,
0
,
0
,
0.12
),
0
0
3px
0
rgba
(
0
,
0
,
0
,
0.04
);
/* box-sizing: inherit; */
/* padding-top: 5px; */
/* padding-bottom: 5px; */
padding-bottom
:
1px
;
}
...
...
src/views/TaskList/index.vue
View file @
297189c8
...
...
@@ -58,6 +58,6 @@ export default {
<
style
scoped
>
.eContainer-taskList
{
padding
:
3px
1
0
px
;
padding
:
3px
1
5
px
;
}
</
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