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
1. Why set maxPostSize? The tomcat container has ...
Prerequisite: The web developer plugin has been in...
Form provides two ways of data transmission - get ...
In enterprises, database high availability has al...
Table of contents 01 sql_slave_skip_counter param...
1. Download the gitlab image docker pull gitlab/g...
1. Download 1. MySQL official website download ad...
1. Create a user: Order: CREATE USER 'usernam...
Table of contents 1. switch 2. While Loop 3. Do/W...
Table of contents Methods of String Object Method...
1. Overview 1.1 Basic concepts: Docker is an open...
Preface The essence of deadlock is resource compe...
Table of contents 01 ReplicaSet Architecture 02 I...
Regarding the connection method between Java and ...
Preface: For the implementation of digital additi...