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
cfaa0748
Commit
cfaa0748
authored
May 21, 2021
by
xiexingan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tj
parent
7176c9a0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
cardWarp.vue
src/pages/components/cardWarp.vue
+2
-1
index.vue
src/pages/ol/kanban/index.vue
+2
-1
No files found.
src/pages/components/cardWarp.vue
View file @
cfaa0748
...
...
@@ -6,7 +6,8 @@
div.card-title(:style="{'font-size':size+'px','font-weight':weight}")
div
{{
title
}}
slot(name="left")
slot(name="right" style='font-size:12px;position:absolute;right:0;')
.slot-right(style='font-size:12px;position:absolute;right:0;')
slot(name="right" )
.card-content
slot(name="content")
</
template
>
...
...
src/pages/ol/kanban/index.vue
View file @
cfaa0748
...
...
@@ -16,7 +16,7 @@ el-container(style="padding: 0px; height: 77.6vh")
el-row(type='flex' justify='center' :gutter='10' )
el-col(:span='3' v-for="item in dataList[0].list")
card-warp(:title="item.resourceName",size='12' height="30px" weight='550')
span
( slot="right" style='transform:scale(.9)') B3栋-负一层加压送风机房
div
( slot="right" style='transform:scale(.9)') B3栋-负一层加压送风机房
div(slot="content")
el-row(type='flex' justify='center' )
el-col(:span='24' v-for="children in item.children")
...
...
@@ -202,6 +202,7 @@ el-container(style="padding: 0px; height: 77.6vh")
el-row(type='flex' justify='center' )
el-col(:span='24' v-for="item in dataList[0].list")
card-warp(:title="item.resourceName", height="30px" size='13' :gutter='10' weight='550')
div( slot="right" style='transform:scale(.9)') B3栋-负一层加压送风机房
div(slot="content")
el-row(type='flex' :gutter='10')
el-col(:span='24' v-for="children in item.children")
...
...
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