av一区二区在线观看_亚洲男人的天堂网站_日韩亚洲视频_在线成人免费_欧美日韩精品免费观看视频_久草视

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

Vue實(shí)現(xiàn)固定底部組件的示例

瀏覽:131日期:2023-02-08 09:32:42
目錄【實(shí)現(xiàn)效果】【實(shí)現(xiàn)方式】【實(shí)現(xiàn)效果】

Vue實(shí)現(xiàn)固定底部組件的示例

【實(shí)現(xiàn)方式】

<template> <div id='app'> <div class='main'> <img alt='Vue logo' src='http://www.4tl426be.cn/bcjs/assets/logo.png'> <HelloWorld msg='Welcome to Your Vue.js App'/> <img alt='Vue logo' src='http://www.4tl426be.cn/bcjs/assets/logo.png'> </div> <div class='footer'>這是固定在底部的按鈕</div> </div></template><script>import HelloWorld from ’./components/HelloWorld.vue’export default { name: ’App’, components: { HelloWorld }}</script><style>:root{ --footer-height: 50px;}body { padding: 0; margin: 0;}#app { font-family: Avenir, Helvetica, Arial, sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-align: center; color: #2c3e50; margin-top: 60px;}.main{ padding-bottom: var(--footer-height); overflow-y: auto;}.footer{ position: fixed; bottom: 0; width: 100%; line-height: var(--footer-height); background: #42b983; color: #fff;}</style>

【增加需求】增加一個(gè)A邏輯,當(dāng)滿足A邏輯的時(shí)候,底部按鈕就不展示,其他情況則展示。新增一個(gè)Bool值(isShow)來(lái)判斷是否顯示底部按鈕,具體代碼如下:

<template> <div id='app'> <div class='main'> <img alt='Vue logo' src='http://www.4tl426be.cn/bcjs/assets/logo.png'> <HelloWorld msg='Welcome to Your Vue.js App'/> <img alt='Vue logo' src='http://www.4tl426be.cn/bcjs/assets/logo.png'> </div> <div v-if=’isShow’> <div class='footer-content'>這是固定在底部的按鈕</div> </div> </div></template><script>import HelloWorld from ’./components/HelloWorld.vue’export default { name: ’App’, components: { HelloWorld }, data() { return { isShow: true } },}</script><style>:root{ --footer-height: 50px;}body { padding: 0; margin: 0;}#app { font-family: Avenir, Helvetica, Arial, sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-align: center; color: #2c3e50; margin-top: 60px;}.main { overflow-y: auto;}.footer { height: var(--footer-height);}.footer-content { position: fixed; bottom: 0; width: 100%; line-height: var(--footer-height); background: #42b983; color: #fff;}</style>

到此這篇關(guān)于Vue實(shí)現(xiàn)固定底部組件的示例的文章就介紹到這了,更多相關(guān)Vue 固定底部?jī)?nèi)容請(qǐng)搜索好吧啦網(wǎng)以前的文章或繼續(xù)瀏覽下面的相關(guān)文章希望大家以后多多支持好吧啦網(wǎng)!

標(biāo)簽: Vue
相關(guān)文章:
主站蜘蛛池模板: 亚洲精品欧美 | 一区二区日韩 | 精品一区二区三区三区 | 亚洲综合色网 | 黄色片视频在线观看 | 亚洲成人一区二区三区 | 激情网站在线观看 | 性欧美8khd高清极品 | 一区二区三区在线免费 | 中文字幕一区二区三区在线观看 | 毛片一区 | 色播亚洲 | 看国产毛片 | 亚洲aaa| 成人夜色| 成年人午夜视频 | 免费视频一区 | 日韩免费高清 | 亚洲欧美第一页 | aaa黄色片 | 国产麻豆一区二区 | 天天做天天操 | 亚洲精品18在线观看 | 免费看黄色录像 | 一道本在线 | 欧美久久久久久久久久 | 日韩精品一区二区三区免费视频 | 性视频在线 | 一区二区三区精品视频 | 国产女人水真多18毛片18精品 | 久久久久女人精品毛片九一 | 在线观看小视频 | 99热亚洲| 国产综合在线视频 | 国产黄网| 91麻豆精品一区二区三区 | 欧美日韩中文字幕在线观看 | 一区二区三区网站 | 国产精品成人国产乱一区 | 天天操狠狠干 | 午夜激情在线观看 |