Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
sedu-mobile-v2
Overview
Overview
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
liuzhanxin
sedu-mobile-v2
Commits
52147e8a
Commit
52147e8a
authored
Feb 24, 2020
by
zhanxin liu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
e7ac4ff2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
9 deletions
+19
-9
security-task-list.vue
cloudTrain/pages/Security-Check/security-task-list.vue
+19
-9
No files found.
cloudTrain/pages/Security-Check/security-task-list.vue
View file @
52147e8a
...
@@ -2,13 +2,13 @@
...
@@ -2,13 +2,13 @@
<mescroll-body
ref=
"mescrollRef"
@
init=
"mescrollInit"
:down=
"downOption"
:up=
"upOption"
@
down=
"downCallback"
@
up=
"upCallback"
>
<mescroll-body
ref=
"mescrollRef"
@
init=
"mescrollInit"
:down=
"downOption"
:up=
"upOption"
@
down=
"downCallback"
@
up=
"upCallback"
>
<view
class=
"news-li"
v-for=
"news in dataList"
:key=
"news.id"
hover-class=
"hover"
@
click=
"goDetail"
>
<view
class=
"news-li"
v-for=
"news in dataList"
:key=
"news.id"
hover-class=
"hover"
@
click=
"goDetail"
>
<view
class=
"top-container"
>
<view
class=
"top-container"
>
<text>
安全检查任务
</text>
<text
class=
"title"
>
安全检查任务
</text>
<view
class=
"status"
>
<view
class=
"status"
>
<text
class=
"status-text"
>
未完成0/1
</text>
<text
class=
"status-text"
>
未完成
0/1
</text>
</view>
</view>
</view>
</view>
<view><text>
打我撒
</text></view>
<view><text
class=
"des"
>
打我撒
</text></view>
<view><image
class=
"icon"
src=
"../../static/security-check/safeTime.png"
><text>
2020-20123
</text></view>
<view><image
class=
"icon"
src=
"../../static/security-check/safeTime.png"
><text
class=
""
>
2020-20123
</text></view>
<view><image
class=
"icon"
src=
"../../static/security-check/safeSys.png"
><text>
城建楼宿舍
</text></view>
<view><image
class=
"icon"
src=
"../../static/security-check/safeSys.png"
><text>
城建楼宿舍
</text></view>
<view><image
class=
"icon"
src=
"../../static/security-check/safePerson.png"
><text>
陆冬梅
</text></view>
<view><image
class=
"icon"
src=
"../../static/security-check/safePerson.png"
><text>
陆冬梅
</text></view>
<view><text>
自建任务
</text></view>
<view><text>
自建任务
</text></view>
...
@@ -79,19 +79,29 @@
...
@@ -79,19 +79,29 @@
align-items
:
center
;
align-items
:
center
;
}
}
.status
{
.status
{
width
:
1
4
0
rpx
;
width
:
1
7
0
rpx
;
height
:
50
rpx
;
height
:
35
rpx
;
background-color
:
pink
;
background-color
:
rgba
(
242
,
115
,
115
,
0.10
)
;
border-radius
:
50
rpx
;
border-radius
:
50
rpx
;
display
:
flex
;
display
:
flex
;
justify-content
:
center
;
justify-content
:
center
;
align-items
:
center
;
align-items
:
center
;
margin-left
:
35
rpx
;
}
}
.status-text
{
.status-text
{
color
:
red
;
color
:
#F27373
;
font-size
:
1
3
px
;
font-size
:
1
1
px
;
}
}
.hover
{
.hover
{
opacity
:
0.7
;
opacity
:
0.7
;
}
}
.title
{
font-size
:
17px
;
font-weight
:
300
;
}
.des
{
font-weight
:
200
;
font-size
:
14px
;
color
:
#676767
}
</
style
>
</
style
>
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