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
1c9ed814
Commit
1c9ed814
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
158cc6be
43e58e66
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
16 deletions
+16
-16
index.vue
src/pages/ol/kanban/index.vue
+16
-16
No files found.
src/pages/ol/kanban/index.vue
View file @
1c9ed814
...
...
@@ -35,7 +35,7 @@ el-container(style="padding: 0px; height: 77.6vh")
div(slot="content")
el-row(type='flex' justify='center' )
el-col(:span='24' v-for="children in item.children")
card-warp(:title="children.rightName",size='12' height="25px" weight='400' style='width:185px;margin:0 auto;')
card-warp(:title="children.rightName",size='12' height="25px" weight='400'
bgcolor=''
style='width:185px;margin:0 auto;')
div(slot="content")
.content_warp
div(:class="children.type")
...
...
@@ -50,7 +50,7 @@ el-container(style="padding: 0px; height: 77.6vh")
div(slot="content")
el-row(type='flex' )
el-col(:span='24' v-for="children in item.children")
card-warp(:title="children.rightName",size='12' height="25px" weight='400' style='width:185px;margin:0 auto;')
card-warp(:title="children.rightName",size='12' height="25px" weight='400'
bgcolor=''
style='width:185px;margin:0 auto;')
div(slot="content")
.content_warp
div(:class="children.type")
...
...
@@ -65,7 +65,7 @@ el-container(style="padding: 0px; height: 77.6vh")
div(slot="content")
el-row(type='flex' )
el-col(:span='24' v-for="children in item.children")
card-warp(:title="children.rightName", height="25px" size='12' weight='400' style='width:185px;margin:0 auto;')
card-warp(:title="children.rightName", height="25px" size='12' weight='400'
bgcolor=''
style='width:185px;margin:0 auto;')
div(slot="content")
.content_warp
div(:class="children.type")
...
...
@@ -80,7 +80,7 @@ el-container(style="padding: 0px; height: 77.6vh")
div(slot="content")
el-row(type='flex')
el-col(:span='24' v-for="children in item.children")
card-warp(:title="children.rightName", height="25px" size='12' weight='400' style='width:185px;margin:0 auto;')
card-warp(:title="children.rightName", height="25px" size='12' weight='400'
bgcolor=''
style='width:185px;margin:0 auto;')
div(slot="content")
.content_warp
div(:class="children.type")
...
...
@@ -95,7 +95,7 @@ el-container(style="padding: 0px; height: 77.6vh")
div(slot="content")
el-row(type='flex' )
el-col(:span='24' v-for="children in item.children")
card-warp(:title="children.rightName", height="25px" size='12' weight='400' style='width:185px;margin:0 auto;')
card-warp(:title="children.rightName", height="25px" size='12' weight='400'
bgcolor=''
style='width:185px;margin:0 auto;')
div(slot="content")
.content_warp
div(:class="children.type")
...
...
@@ -111,7 +111,7 @@ el-container(style="padding: 0px; height: 77.6vh")
div(slot="content")
el-row(type='flex' )
el-col(:span='24' v-for="children in item.children")
card-warp(:title="children.rightName", height="25px" size='12' weight='400' style='width:185px;margin:0 auto;')
card-warp(:title="children.rightName", height="25px" size='12' weight='400'
bgcolor=''
style='width:185px;margin:0 auto;')
div(slot="content")
.content_warp
div(:class="children.type")
...
...
@@ -126,7 +126,7 @@ el-container(style="padding: 0px; height: 77.6vh")
div(slot="content")
el-row(type='flex' :gutter='10')
el-col(:span='24' v-for="children in item.children")
card-warp(:title="children.rightName", height="25px" size='12' weight='400' style='width:185px;margin:0 auto;')
card-warp(:title="children.rightName", height="25px" size='12' weight='400'
bgcolor=''
style='width:185px;margin:0 auto;')
div(slot="content")
.content_warp
div(:class="children.type")
...
...
@@ -143,7 +143,7 @@ el-container(style="padding: 0px; height: 77.6vh")
div(slot="content")
el-row(type='flex' :gutter='10' )
el-col(:span='24' v-for="children in item.children")
card-warp(:title="children.rightName", height="25px" size='12' weight='400' style='width:185px;margin:0 auto;')
card-warp(:title="children.rightName", height="25px" size='12' weight='400'
bgcolor=''
style='width:185px;margin:0 auto;')
div(slot="content")
.content_warp
div(:class="children.type")
...
...
@@ -159,7 +159,7 @@ el-container(style="padding: 0px; height: 77.6vh")
div(slot="content")
el-row(type='flex' :gutter='10' )
el-col(:span='24' v-for="children in item.children")
card-warp(:title="children.rightName", height="25px" size='12' weight='400' style='width:185px;margin:0 auto;')
card-warp(:title="children.rightName", height="25px" size='12' weight='400'
bgcolor=''
style='width:185px;margin:0 auto;')
div(slot="content")
.content_warp
div(:class="children.type")
...
...
@@ -174,7 +174,7 @@ el-container(style="padding: 0px; height: 77.6vh")
div(slot="content")
el-row(type='flex' )
el-col(:span='24' v-for="children in item.children")
card-warp(:title="children.rightName", height="25px" size='12' weight='400' style='width:185px;margin:0 auto;')
card-warp(:title="children.rightName", height="25px" size='12' weight='400'
bgcolor=''
style='width:185px;margin:0 auto;')
div(slot="content")
.content_warp
div(:class="children.type")
...
...
@@ -189,7 +189,7 @@ el-container(style="padding: 0px; height: 77.6vh")
div(slot="content")
el-row(type='flex' )
el-col(:span='24' v-for="children in item.children")
card-warp(:title="children.rightName", height="25px" size='12' weight='400' style='width:185px;margin:0 auto;')
card-warp(:title="children.rightName", height="25px" size='12' weight='400'
bgcolor=''
style='width:185px;margin:0 auto;')
div(slot="content")
.content_warp
div(:class="children.type")
...
...
@@ -206,7 +206,7 @@ el-container(style="padding: 0px; height: 77.6vh")
div(slot="content")
el-row(type='flex' :gutter='10')
el-col(:span='24' v-for="children in item.children")
card-warp(:title="children.rightName", height="25px" size='12' weight='400' style='width:185px;margin:0 auto;')
card-warp(:title="children.rightName", height="25px" size='12' weight='400'
bgcolor=''
style='width:185px;margin:0 auto;')
div(slot="content")
.content_warp
div(:class="children.type")
...
...
@@ -222,7 +222,7 @@ el-container(style="padding: 0px; height: 77.6vh")
div(slot="content")
el-row(type='flex' :gutter='10' )
el-col(:span='24' v-for="children in item.children")
card-warp(:title="children.rightName", height="25px" size='12' weight='400' style='width:185px;margin:0 auto;')
card-warp(:title="children.rightName", height="25px" size='12' weight='400'
bgcolor=''
style='width:185px;margin:0 auto;')
div(slot="content")
.content_warp
div(:class="children.type")
...
...
@@ -238,7 +238,7 @@ el-container(style="padding: 0px; height: 77.6vh")
div(slot="content")
el-row(type='flex' :gutter='10' )
el-col(:span='24' v-for="children in item.children")
card-warp(:title="children.rightName", height="25px" size='12' weight='400' style='width:185px;margin:0 auto;')
card-warp(:title="children.rightName", height="25px" size='12' weight='400'
bgcolor=''
style='width:185px;margin:0 auto;')
div(slot="content")
.content_warp
div(:class="children.type")
...
...
@@ -253,7 +253,7 @@ el-container(style="padding: 0px; height: 77.6vh")
div(slot="content")
el-row(type='flex' )
el-col(:span='24' v-for="children in item.children")
card-warp(:title="children.rightName", height="25px" size='12' weight='400' style='width:185px;margin:0 auto;')
card-warp(:title="children.rightName", height="25px" size='12' weight='400'
bgcolor=''
style='width:185px;margin:0 auto;')
div(slot="content")
.content_warp
div(:class="children.type")
...
...
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