Title - 锐客网 *{
margin: 0;
padding: 0;
}
table{
border-collapse: collapse;
margin-top: 10px;
}
table td,th{
border: 1px solid #000000;
}
.top{
display:inline-block;
width: 0;
height: 0;
border: 10px solid transparent;
border-top: 10px solid red;
}
.bot{
display:inline-block;
width: 0;
height: 0;
border: 10px solid transparent;
border-bottom: 10px solid red;
}
编号
姓名
薪资
性别
生日
{{$index}} {{item.name|uppercase}} {{item.salary|currency:'$'}}
{{item.sex}} {{item.birthday|date:'yyyy-mm-dd'}}