element ui table 去掉邊框


 // /deep/ .el-table {
        //     thead {
        //        .cell {
        //            text-align: left;  // table 表頭 左對齊
        //        } 
        //     }
        //     .delete-row {
        //         color: #d8d8d8;
        //     }

        //     .el-table__expand-icon { //修改 el-tabel 折疊按鈕的位置
        //         float:right;
        //     }

        //     // 去掉table的border start----------------------------
        //     border: 0;
        //     th,
        //     tr,
        //     td{
        //         border: 0;
        //         background-color: #fff;
        //     }
        //     &::before {
        //         height: 0px;
        //     }
        //     &::after {
        //         width: 0;
        //     }

        //     .el-table__fixed:before {
        //         height: 0;
        //     }
                // 去掉table的border end----------------------------
        // }


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM