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
783daef0
Commit
783daef0
authored
May 20, 2021
by
xiexingan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tj
parent
97832bde
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
37 additions
and
34 deletions
+37
-34
cardWarp.vue
src/pages/components/cardWarp.vue
+5
-2
index.vue
src/pages/ol/kanban/index.vue
+32
-32
No files found.
src/pages/components/cardWarp.vue
View file @
783daef0
...
...
@@ -3,7 +3,7 @@
.card-header(
:style="{ height, 'line-height': height, background: bgcolor }"
)
span.card-title(:style="{'font-size':size+'px'}")
{{
title
}}
span.card-title(:style="{'font-size':size+'px'
,'font-weight':weight
}")
{{
title
}}
div(style="margin-left: 20px;color:#3A648A;")
slot(name="left")
span(style='font-size:12px;')
...
...
@@ -31,6 +31,10 @@ export default {
size
:
{
type
:
String
,
default
:
'15'
},
weight
:
{
type
:
String
,
default
:
'800'
}
}
}
...
...
@@ -51,7 +55,6 @@ export default {
justify-content
:
center
;
align-items
:
center
;
font-size
:
15px
;
// font-weight: 600;
}
}
.card-content
{
...
...
src/pages/ol/kanban/index.vue
View file @
783daef0
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