Document hints using the <el-table :data="tableData1" :span-method="arraySpanMethod" border :show-header="status" <el-table-column prop="label" label="" width="180"> </el-table-column> /el-table >
Element-ui table removes all borders el-table add class="customer-no-border-table" /*Remove table cell borders*/ .customer-no-border-table th{ border:none; } .customer-no-border-table td,.customer-no-border-table th.is-leaf { border:none; } /*Outermost border of the table*/ .customer-no-border-table .el-table--border, .el-table--group{ border: none; } /*header border*/ .customer-no-border-table thead tr th.is-leaf{ border: 0px solid #EBEEF5; border-right: none; } .customer-no-border-table thead tr th:nth-last-of-type(2){ border-right: 0px solid #EBEEF5; } /*Outermost border of the table - bottom border*/ .customer-no-border-table .el-table--border::after,.customer-no-border-table .el-table--group::after{ width: 0; } .customer-no-border-table::before{ width: 0; } .customer-no-border-table .el-table__fixed-right::before,.el-table__fixed::before{ width: 0; } .customer-no-border-table .el-table__header tr th{ background: #fff; color: #333333 ; padding: 3px ; fontWeight: 550 ; height: 36px ; border: 0px; font-size: 15px; } This is the end of this article about how to remove the header of the element table. For more information about how to remove the header of the element table, please search for previous articles on 123WORDPRESS.COM or continue to browse the following related articles. I hope you will support 123WORDPRESS.COM in the future! You may also be interested in:
|
<<: Basic tutorial on controlling Turtlebot3 mobile robot with ROS
>>: How to insert a link in html
Software and hardware environment centos7.6.1810 ...
<iframe src=”you page's url” width=”100″ he...
This article shares the specific code of jQuery t...
1. Single machine environment construction# 1.1 D...
1. E-Commerce Icons 2. Icon Sweets 2 3. Mobile Ph...
Today I had a sneak peek at IE8 beta 1 (hereafter...
Nowadays, whether you are on the sofa at home or ...
2D transformations in CSS allow us to perform som...
Start the mysql container in docekr Use command: ...
background All company websites need to support t...
Copy code The code is as follows: <!DOCTYPE ht...
1. Achieve results 2. Data format returned by the...
Use OSS to upload pictures or attachments in vue ...
Table of contents Why use gzip compression? nginx...
Recently, I received a requirement for function ex...