赞
踩
- <style lang="less" scoped>
- /**
- 改变边框颜色
- */
- .el-table {
- border-bottom: 1px solid black;
- border-right: 1px solid black;
- margin: 0 auto;
- }
-
- ::v-deep.el-table th {
- border: 1px solid black !important;
- border-right: none !important;
- border-bottom: none !important;
- }
-
- ::v-deep.el-table td {
- border: 1px solid black;
- border-right: none !important;
- border-bottom: none !important;
- }
- </style>
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。