国产成人精品亚洲777人妖,欧美日韩精品一区视频,最新亚洲国产,国产乱码精品一区二区亚洲

您的位置:首頁技術(shù)文章
文章詳情頁

vue組件開發(fā)之tab切換組件使用詳解

瀏覽:150日期:2022-12-04 11:13:29

本文實(shí)例為大家分享了vue組件開發(fā)之tab切換組件的具體使用代碼,供大家參考,具體內(nèi)容如下

vue組件開發(fā)之tab切換組件使用詳解

代碼:

<template> <div class='tab-slider'> <div class='tab'> <span v-for='(item, index) in items' v-bind: @click='toggle(index)'>{{item.tab}}</span> </div> <div class='tab-content'> <div class='wrapbox clearboth'> <div v-for='(item, index) in items'>{{item.tabContent}}</div> </div> </div> </div></template><script> export default { name: ’tabSlider’, data (){ return { actived: 0, items: [{ ’tab’: ’tab1’, ’tabContent’: ’content1’ },{ ’tab’: ’tab2’, ’tabContent’: ’content2’ },{ ’tab’: ’tab3’, ’tabContent’: ’content3’ },{ ’tab’: ’tab4’, ’tabContent’: ’content4’ }] } }, methods: { //獲取圖片base64實(shí)現(xiàn)預(yù)覽 toggle(index){ this.actived = index; document.querySelector('.tab-content .wrapbox').style.webkitTransform = 'translateX(-' + (this.actived * 400) + 'px)'; } } }</script><style scoped> *{margin:0 auto;padding:0;font-family:'微軟雅黑';} .clearboth::after{ content:''; display:block; clear:both; } .tab-slider{ height:auto; width:400px; margin:50px auto; } .tab-slider .tab{ display:flex; height:40px; line-height:40px; background:#ccc; } .tab-slider .tab span{ display:block; width:100%; text-align:center; cursor:default; } .tab-slider .tab .active{ background:red; } .tab-slider .tab-content{ height:300px; width:400px; overflow:hidden; } .tab-slider .tab-content .item{ float:left; height:300px; width:400px; line-height:300px; text-align:center; font-size:60px; background:#eee; } .tab-slider .wrapbox{ width:2000px; transition: all 1s; }</style>

本文已被整理到了《Vue.js前端組件學(xué)習(xí)教程》,歡迎大家學(xué)習(xí)閱讀。

關(guān)于vue.js組件的教程,請(qǐng)大家點(diǎn)擊專題vue.js組件學(xué)習(xí)教程進(jìn)行學(xué)習(xí)。

以上就是本文的全部?jī)?nèi)容,希望對(duì)大家的學(xué)習(xí)有所幫助,也希望大家多多支持好吧啦網(wǎng)。

標(biāo)簽: Vue
相關(guān)文章:
主站蜘蛛池模板: 凉城县| 略阳县| 肇东市| 永修县| 靖江市| 文化| 广德县| 宁津县| 安仁县| 界首市| 通河县| 个旧市| 台北市| 佛坪县| 海门市| 边坝县| 建湖县| 株洲县| 虞城县| 木里| 龙胜| 漳州市| 德惠市| 富锦市| 荆州市| 宁乡县| 邳州市| 灵宝市| 中江县| 靖西县| 南昌县| 西充县| 阜城县| 廊坊市| 勃利县| 石泉县| 白水县| 中江县| 旺苍县| 普宁市| 谢通门县|