Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
thinkApp
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
游洁
thinkApp
Commits
5ed74e3a
Commit
5ed74e3a
authored
May 27, 2022
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
82384fac
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
49 additions
and
2 deletions
+49
-2
examList.vue
src/components/index/workSituation/examList.vue
+49
-2
No files found.
src/components/index/workSituation/examList.vue
View file @
5ed74e3a
...
@@ -30,9 +30,21 @@
...
@@ -30,9 +30,21 @@
</view>
</view>
</view>
</view>
</view>
</view>
<view
class=
"examList-center-hint flex"
>
<view
class=
"examList-hint-left flex"
>
<van-icon
name=
"warning"
/>
<view>
导入失败(学员信息不匹配)可点击查看具体情况
</view>
</view>
<view
class=
"examList-hint-right"
>
<view>
重新导入
</view>
</view>
</view>
</view>
</view>
<!--
<view
class=
"noData"
>
暂无数据
</view>
-->
</view>
</view>
<!--
<view
class=
"noData"
>
暂无数据
</view>
-->
<van-popup
:show=
"show"
:round=
"true"
>
<van-popup
:show=
"show"
:round=
"true"
>
<view
class=
"examList-popup-box"
>
<view
class=
"examList-popup-box"
>
<van-icon
class=
"examList-popup-closure"
name=
"cross"
@
click=
"show=false"
/>
<van-icon
class=
"examList-popup-closure"
name=
"cross"
@
click=
"show=false"
/>
...
@@ -95,6 +107,40 @@
...
@@ -95,6 +107,40 @@
};
};
</
script
>
</
script
>
<
style
scoped
>
<
style
scoped
>
.examList-hint-right
view
{
padding
:
16
rpx
30
rpx
;
background
:
#C91727
;
border-radius
:
50
rpx
;
color
:
#FFFFFF
;
font-size
:
24
rpx
;
font-weight
:
bold
;
letter-spacing
:
1
rpx
;
}
.examList-hint-right
{
flex-shrink
:
0
;
margin-left
:
50
rpx
;
}
.examList-hint-left
view
{
background
:
url('https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Test/Upload/Goods/1653648241000_545.png')
no-repeat
center
;
background-size
:
100%
100%
;
padding
:
11
rpx
0
11
rpx
30
rpx
;
}
.examList-hint-left
van-icon
{
font-size
:
42
rpx
;
margin-right
:
10
rpx
;
}
.examList-hint-left
{
font-size
:
22
rpx
;
color
:
#C91727
;
letter-spacing
:
1
rpx
;
align-items
:
center
;
}
.examList-center-hint
{
justify-content
:
space-between
;
padding
:
10
rpx
0
;
border-top
:
1
rpx
solid
#F6F6F6
;
align-items
:
center
;
}
.img
{
.img
{
display
:
inline-block
;
display
:
inline-block
;
position
:
relative
;
position
:
relative
;
...
@@ -217,6 +263,7 @@
...
@@ -217,6 +263,7 @@
}
}
.examList-center
{
.examList-center
{
justify-content
:
space-between
;
justify-content
:
space-between
;
padding
:
0
0
20
rpx
0
;
}
}
.examList-center-line
{
.examList-center-line
{
width
:
4
rpx
;
width
:
4
rpx
;
...
@@ -233,7 +280,7 @@
...
@@ -233,7 +280,7 @@
flex-grow
:
1
;
flex-grow
:
1
;
position
:
relative
;
position
:
relative
;
border-radius
:
30
rpx
;
border-radius
:
30
rpx
;
padding
:
31
rpx
40
rpx
21
rpx
22
rpx
;
padding
:
31
rpx
40
rpx
0
22
rpx
;
margin-bottom
:
50
rpx
;
margin-bottom
:
50
rpx
;
box-shadow
:
0px
6px
29px
0px
rgba
(
76
,
76
,
76
,
0.09
);
box-shadow
:
0px
6px
29px
0px
rgba
(
76
,
76
,
76
,
0.09
);
border-radius
:
30px
;
border-radius
:
30px
;
...
...
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