Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mes-ui
Project
Project
Details
Activity
Releases
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
周远喜
mes-ui
Commits
dcd06401
Commit
dcd06401
authored
Jun 02, 2020
by
康振飞
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ProcessCase card css
parent
f9ed7a6b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
24 additions
and
6 deletions
+24
-6
index.vue
pages/produce/execute/ProcessCase/index.vue
+11
-6
execute.less
pages/produce/execute/execute.less
+13
-0
No files found.
pages/produce/execute/ProcessCase/index.vue
View file @
dcd06401
...
@@ -20,12 +20,17 @@
...
@@ -20,12 +20,17 @@
<
template
slot=
"card"
slot-scope=
"{row}"
>
<
template
slot=
"card"
slot-scope=
"{row}"
>
<div
class=
"card_box"
>
<div
class=
"card_box"
>
<Row
:gutter=
"16"
>
<Row
:gutter=
"16"
>
<Col
span=
"6"
>
123
</Col>
<Col
span=
"6"
>
<Col
span=
"18"
>
<div
class=
"file"
>
<p>
{{
l
(
"title"
)
}}
:
{{
row
.
title
}}
</p>
<Icon
type=
"ios-paper"
v-if=
"row.id%2==0"
/>
<p>
{{
l
(
"creationTime"
)
}}
:
{{
row
.
creationTime
}}
</p>
<Icon
type=
"md-film"
v-else
/>
<p>
{{
l
(
"creator"
)
}}
:
{{
row
.
creator
}}
</p>
</div>
</Col>
</Col>
<Col
span=
"18"
>
<p><b>
{{
row
.
title
}}
</b></p>
<p>
{{
row
.
creationTime
}}
</p>
<p>
{{
row
.
id
}}{{
row
.
creator
}}
</p>
</Col>
</Row>
</Row>
</div>
</div>
...
...
pages/produce/execute/execute.less
View file @
dcd06401
...
@@ -101,6 +101,19 @@
...
@@ -101,6 +101,19 @@
padding: 5px 50px 0;
padding: 5px 50px 0;
.table_box{
.table_box{
height: calc(100vh - 105px);
height: calc(100vh - 105px);
.card_box {
background: #F5F6FA;
border: 1px solid #dedede7d;
padding: 10px;
border-radius: 6px;
cursor: pointer;
i{
font-size: 62px;
}
}
.card_box:hover {
box-shadow: 4px 5px 7px #d2d2d2bd;
}
}
}
}
}
}
}
...
...
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