<template>
<div class="app-container">
<el-table :data="tableData3" style="width: 100%">
<el-table-column width="120" prop="date"></el-table-column>
<el-table-column prop="name" label="姓名" width="120"></el-table-column>
<el-table-column label="地址">
<el-table-column prop="province" label="省份" width="120"></el-table-column>
<el-table-column prop="city" label="市区" width="120"></el-table-column>
<el-table-column prop="address" label="地址" width="300"></el-table-column>
<el-table-column prop="zip" label="邮编" width="120"></el-table-column>
</el-table-column>
</el-table>
</div>
</template> <script>
export default {
filters: {},
data() {
return {
tableData3: [{
date: '2016-05-03',
name: '王小虎',
province: '上海',
city: '普陀区',
address: '上海市普陀区金沙江路 1518 弄',
zip: 200333
}, {
date: '2016-05-02',
name: '王小虎',
province: '上海',
city: '普陀区',
address: '上海市普陀区金沙江路 1518 弄',
zip: 200333
}, {
date: '2016-05-04',
name: '王小虎',
province: '上海',
city: '普陀区',
address: '上海市普陀区金沙江路 1518 弄',
zip: 200333
}, {
date: '2016-05-01',
name: '王小虎',
province: '上海',
city: '普陀区',
address: '上海市普陀区金沙江路 1518 弄',
zip: 200333
}, {
date: '2016-05-08',
name: '王小虎',
province: '上海',
city: '普陀区',
address: '上海市普陀区金沙江路 1518 弄',
zip: 200333
}, {
date: '2016-05-06',
name: '王小虎',
province: '上海',
city: '普陀区',
address: '上海市普陀区金沙江路 1518 弄',
zip: 200333
}, {
date: '2016-05-07',
name: '王小虎',
province: '上海',
city: '普陀区',
address: '上海市普陀区金沙江路 1518 弄',
zip: 200333
}]
}
},
created() {},
methods: {}
}
</script>
<style lang="scss">
.el-table thead.is-group th {
background: #fff;
} .el-table thead.is-group tr:first-of-type th:first-of-type:before {
content: '日期';
text-align: center;
position: absolute;
width: 152px;
height: 1px;
bottom: 30px;
right: 0;
} .el-table thead.is-group tr:first-of-type th:first-of-type:after {
content: '配送新增';
text-align: center;
position: absolute;
width: 152px;
top: 10px;
left: 0;
} .el-table thead.is-group tr:first-of-type th:first-of-type .cell {
position: absolute;
top: 0;
left: 0;
width: 152px;
height: 1px;
background-color: #EBEEF5;
display: block;
text-align: center;
transform: rotate(38deg);
transform-origin: top left;
-ms-transform: rotate(38deg);
-ms-transform-origin: top left;
-webkit-transform: rotate(38deg);
-webkit-transform-origin: top left;
}
</style>

效果:

最新文章

  1. 读《编写可维护的JavaScript》第九、十章总结
  2. Java 多线程(1)-Thread和Runnable
  3. WP老杨解迷:如何获得更多的应用评价和解读内容刷新
  4. Cite a Website in Paper 论文中引用网页的格式
  5. 如何使用Xcode分析调试在真机运行的UE4 IOS版游戏
  6. 使用Code::Blocks配置Python编译环境
  7. windows客户端连接到samba服务器(如何使用samba)
  8. C++类实现最大数的输出
  9. CSDN Androidclient开展(两):基于如何详细解释Java使用Jsoup爬行动物HTML数据
  10. 使用curl上传报错问题排查
  11. linux防火墙简单的使用
  12. Spring Cloud Zuul 添加 ZuulFilter
  13. Spring:(二)DI依赖注入方式
  14. Linux定是调用shell脚本删除文件
  15. Java ee第七周作业
  16. mongoDB - 日常操作一
  17. 学习笔记之Python Crash Course
  18. 年度编程语言最佳候选人:Kotlin vs. C
  19. Go语言Windows 10开发环境搭建:Eclipse+GoClipse
  20. HDU 1757 A Simple Math Problem(矩阵快速幂模板)

热门文章

  1. 基于AOP和ThreadLocal实现的一个简单Http API日志记录模块
  2. Java电商支付系统实战(一)- 简介
  3. objectarx 按比例分割封闭多段线
  4. 批量解决win10图标上有两个蓝色箭头的方法
  5. 20191216 GXOI 2019模拟赛 逼死强迫症
  6. 如何使用Serilog.AspNetCore记录ASP.NET Core3.0的MVC属性
  7. 在qemu-kvm配置桥接网络
  8. 第二次作业hzw
  9. c#数字图像处理(九)图像镜像
  10. Python和JS实现的Web SSH工具webssh,牛逼