真实的国产乱ⅩXXX66竹夫人,五月香六月婷婷激情综合,亚洲日本VA一区二区三区,亚洲精品一区二区三区麻豆

成都創(chuàng)新互聯(lián)網(wǎng)站制作重慶分公司

Vue2.5結(jié)合ElementUI之Table和Pagination組件實(shí)現(xiàn)分頁(yè)功能的示例分析

這篇文章主要介紹Vue2.5 結(jié)合Element UI之Table和Pagination組件實(shí)現(xiàn)分頁(yè)功能的示例分析,文中介紹的非常詳細(xì),具有一定的參考價(jià)值,感興趣的小伙伴們一定要看完!

成都創(chuàng)新互聯(lián)是一家專注于成都網(wǎng)站制作、成都網(wǎng)站建設(shè)與策劃設(shè)計(jì),思禮網(wǎng)站建設(shè)哪家好?成都創(chuàng)新互聯(lián)做網(wǎng)站,專注于網(wǎng)站建設(shè)10多年,網(wǎng)設(shè)計(jì)領(lǐng)域的專業(yè)建站公司;建站業(yè)務(wù)涵蓋:思禮等地區(qū)。思禮做網(wǎng)站價(jià)格咨詢:18980820575

實(shí)現(xiàn)思路

Element UI 引入(整體引入)

main.js

// Element UI
import Element from 'element-ui'
// 默認(rèn)樣式
import 'element-ui/lib/theme-chalk/index.css'

開(kāi)始封裝 iTable.vue 組件 (骨架)

由于公司項(xiàng)目都是以 i 開(kāi)頭,所以,為了區(qū)分組件和頁(yè)面,習(xí)慣于組件命名也以 i 開(kāi)頭。 首先把 Table 、 Pagination 組件加進(jìn)來(lái)


   
    
   
   
  
  
  
  
  
  
   
   
    
    {{ btn.label }}
    
    
       
            
            篩選過(guò)濾           表格操作        @import "../../assets/styles/mixins";  .table {  height: 100%;  .el-pagination {   float: right;   margin: 20px;  }  .el-table__header-wrapper, .el-table__fixed-header-wrapper {   thead {   tr {    th {    color: #333333;    }   }   }  }  .el-table-column--selection .cell {   padding: 0;   text-align: center;  }  .el-table__fixed-right {   bottom: 0 !important;   right: 6px !important;   z-index: 1004;  }  .operate-group {   display: flex;   flex-wrap: wrap;   .item {   margin-top: 4px;   margin-bottom: 4px;   display: block;   flex: 0 0 50%;   }  }  .filter-data {   top: e("calc((100% - 100px) / 3)");   background-color: rgba(0, 0, 0, 0.7);  }  .table-action {   top: e("calc((100% - 100px) / 2)");   background-color: rgba(0, 0, 0, 0.7);  }  .fix-right {   position: absolute;   right: 0;   height: 100px;   color: #ffffff;   width: 30px;   display: block;   z-index: 1005;   writing-mode: vertical-rl;   text-align: center;   line-height: 28px;   border-bottom-left-radius: 6px;   border-top-left-radius: 6px;   cursor: pointer;  }  }

以上是“Vue2.5 結(jié)合Element UI之Table和Pagination組件實(shí)現(xiàn)分頁(yè)功能的示例分析”這篇文章的所有內(nèi)容,感謝各位的閱讀!希望分享的內(nèi)容對(duì)大家有幫助,更多相關(guān)知識(shí),歡迎關(guān)注創(chuàng)新互聯(lián)行業(yè)資訊頻道!


新聞名稱:Vue2.5結(jié)合ElementUI之Table和Pagination組件實(shí)現(xiàn)分頁(yè)功能的示例分析
分享鏈接:http://weahome.cn/article/igopis.html

在線咨詢

微信咨詢

電話咨詢

028-86922220(工作日)

18980820575(7×24)

提交需求

返回頂部