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
7176c9a0
Commit
7176c9a0
authored
May 21, 2021
by
xiexingan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tj
parent
783daef0
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
35 additions
and
36 deletions
+35
-36
cardWarp.vue
src/pages/components/cardWarp.vue
+9
-11
index.vue
src/pages/ol/kanban/index.vue
+26
-25
No files found.
src/pages/components/cardWarp.vue
View file @
7176c9a0
...
@@ -3,11 +3,10 @@
...
@@ -3,11 +3,10 @@
.card-header(
.card-header(
:style="{ height, 'line-height': height, background: bgcolor }"
:style="{ height, 'line-height': height, background: bgcolor }"
)
)
span.card-title(:style="{'font-size':size+'px','font-weight':weight}")
{{
title
}}
div.card-title(:style="{'font-size':size+'px','font-weight':weight}")
div(style="margin-left: 20px;color:#3A648A;")
div
{{
title
}}
slot(name="left")
slot(name="left")
span(style='font-size:12px;')
slot(name="right" style='font-size:12px;position:absolute;right:0;')
slot(name="right")
.card-content
.card-content
slot(name="content")
slot(name="content")
</
template
>
</
template
>
...
@@ -26,7 +25,7 @@ export default {
...
@@ -26,7 +25,7 @@ export default {
},
},
bgcolor
:
{
bgcolor
:
{
type
:
String
,
type
:
String
,
default
:
'#
f2fa
ff'
default
:
'#
b7e4
ff'
},
},
size
:
{
size
:
{
type
:
String
,
type
:
String
,
...
@@ -47,18 +46,17 @@ export default {
...
@@ -47,18 +46,17 @@ export default {
.card-header
{
.card-header
{
display
:
flex
;
display
:
flex
;
justify-content
:
space-between
;
//
justify-content: space-between;
padding
:
0
10
px
;
padding
:
0
5
px
;
border-bottom
:
1px
solid
#ececec
;
border-bottom
:
1px
solid
#ececec
;
.card-title
{
.card-title
{
display
:
flex
;
display
:
flex
;
justify-content
:
center
;
width
:
100%
;
align-items
:
center
;
position
:
relative
;
font-size
:
15px
;
}
}
}
}
.card-content
{
.card-content
{
margin
:
10
px
;
margin
:
8
px
;
}
}
}
}
</
style
>
</
style
>
src/pages/ol/kanban/index.vue
View file @
7176c9a0
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