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
fff7f13f
Commit
fff7f13f
authored
May 21, 2021
by
co_dengxiongwen
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev' of gitlab.suntrayoa.com:geqilin/zhxf_vue into dev
parents
7bd7876a
7176c9a0
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 @
fff7f13f
...
...
@@ -3,11 +3,10 @@
.card-header(
:style="{ height, 'line-height': height, background: bgcolor }"
)
span.card-title(:style="{'font-size':size+'px','font-weight':weight}")
{{
title
}}
div(style="margin-left: 20px;color:#3A648A;")
div.card-title(:style="{'font-size':size+'px','font-weight':weight}")
div
{{
title
}}
slot(name="left")
span(style='font-size:12px;')
slot(name="right")
slot(name="right" style='font-size:12px;position:absolute;right:0;')
.card-content
slot(name="content")
</
template
>
...
...
@@ -26,7 +25,7 @@ export default {
},
bgcolor
:
{
type
:
String
,
default
:
'#
f2fa
ff'
default
:
'#
b7e4
ff'
},
size
:
{
type
:
String
,
...
...
@@ -47,18 +46,17 @@ export default {
.card-header
{
display
:
flex
;
justify-content
:
space-between
;
padding
:
0
10
px
;
//
justify-content: space-between;
padding
:
0
5
px
;
border-bottom
:
1px
solid
#ececec
;
.card-title
{
display
:
flex
;
justify-content
:
center
;
align-items
:
center
;
font-size
:
15px
;
width
:
100%
;
position
:
relative
;
}
}
.card-content
{
margin
:
10
px
;
margin
:
8
px
;
}
}
</
style
>
src/pages/ol/kanban/index.vue
View file @
fff7f13f
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