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
799fe848
Commit
799fe848
authored
May 21, 2021
by
xiexingan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tj
parent
30e9b1f1
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
44 deletions
+21
-44
cardWarp.vue
src/pages/components/cardWarp.vue
+5
-1
index.vue
src/pages/ol/kanban/index.vue
+16
-43
No files found.
src/pages/components/cardWarp.vue
View file @
799fe848
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
:style="{ height, 'line-height': height, background: bgcolor ,'border-bottom':borderBottom ? '1px solid #ececec' :''}"
:style="{ height, 'line-height': height, background: bgcolor ,'border-bottom':borderBottom ? '1px solid #ececec' :''}"
)
)
div.card-title(:style="{'font-size':size+'px','font-weight':weight}")
div.card-title(:style="{'font-size':size+'px','font-weight':weight}")
div
{{
title
}}
div
(:style="{'color':titleColor}")
{{
title
}}
slot(name="left")
slot(name="left")
.slot-right(style='font-size:12px;position:absolute;right:0;')
.slot-right(style='font-size:12px;position:absolute;right:0;')
slot(name="right" )
slot(name="right" )
...
@@ -39,6 +39,10 @@ export default {
...
@@ -39,6 +39,10 @@ export default {
borderBottom
:
{
borderBottom
:
{
type
:
Boolean
,
type
:
Boolean
,
default
:
true
default
:
true
},
titleColor
:
{
type
:
String
,
default
:
''
}
}
}
}
}
}
...
...
src/pages/ol/kanban/index.vue
View file @
799fe848
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