Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in
Toggle navigation
Z
zhxf_vue
Project
Project
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
葛齐林
zhxf_vue
Commits
97832bde
Commit
97832bde
authored
May 20, 2021
by
xiexingan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tj
parent
753111d5
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
78 additions
and
74 deletions
+78
-74
cardWarp.vue
src/pages/components/cardWarp.vue
+6
-2
index.vue
src/pages/ol/kanban/index.vue
+72
-72
No files found.
src/pages/components/cardWarp.vue
View file @
97832bde
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
.card-header(
.card-header(
:style="{ height, 'line-height': height, background: bgcolor }"
:style="{ height, 'line-height': height, background: bgcolor }"
)
)
span.card-title
{{
title
}}
span.card-title
(:style="{'font-size':size+'px'}")
{{
title
}}
div(style="margin-left: 20px;color:#3A648A;")
div(style="margin-left: 20px;color:#3A648A;")
slot(name="left")
slot(name="left")
span(style='font-size:12px;')
span(style='font-size:12px;')
...
@@ -27,6 +27,10 @@ export default {
...
@@ -27,6 +27,10 @@ export default {
bgcolor
:
{
bgcolor
:
{
type
:
String
,
type
:
String
,
default
:
'#f2faff'
default
:
'#f2faff'
},
size
:
{
type
:
String
,
default
:
'15'
}
}
}
}
}
}
...
@@ -51,7 +55,7 @@ export default {
...
@@ -51,7 +55,7 @@ export default {
}
}
}
}
.card-content
{
.card-content
{
margin
:
2
0px
;
margin
:
1
0px
;
}
}
}
}
</
style
>
</
style
>
src/pages/ol/kanban/index.vue
View file @
97832bde
This diff is collapsed.
Click to expand it.
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