中文亚洲精品无码_熟女乱子伦免费_人人超碰人人爱国产_亚洲熟妇女综合网

當前位置: 首頁 > news >正文

怎么做單頁網(wǎng)站導航怎么進行推廣

怎么做單頁網(wǎng)站導航,怎么進行推廣,網(wǎng)站建設(shè)要注冊哪些商標類別,網(wǎng)站正在建設(shè)html解決方法 在頁面table上添加id,動態(tài)計算每頁table的最大高度 ,將高度保存在store中,每次切換路由時進行計算。 文章目錄 解決方法前言一、頁面table使用二、store狀態(tài)庫1.引入庫 效果 前言 提示:狀態(tài)管理使用的是pinia,用法參考…

解決方法

在頁面table上添加id,動態(tài)計算每頁table的最大高度 ,將高度保存在store中,每次切換路由時進行計算。

文章目錄

  • 解決方法
  • 前言
  • 一、頁面table使用
  • 二、store狀態(tài)庫
    • 1.引入庫
  • 效果

前言

提示:狀態(tài)管理使用的是pinia,用法參考簡單學習pinia

  1. 項目目錄
    在這里插入圖片描述

一、頁面table使用

  1. 添加:max-height,和id
<el-table :max-height="tableHeightStore.height" id="elTableId" ><el-table-column type="selection" width="30" align="center" /><el-table-column label="標題" fixed align="center" prop="title" width="180" />
</el-table>
  1. js部分,引入高度tableHeightStore.height,計算高度方法useTableHeightStore().setTableHeight()
<script setup name="Activity">import useTableHeightStore from '@/store/modules/table'const tableHeightStore = useTableHeightStore()onActivated(() => {useTableHeightStore().setTableHeight()})onMounted(() => {useTableHeightStore().setTableHeight()})
</script>

二、store狀態(tài)庫

1.引入庫

代碼如下(table.js):

const useTableHeightStore = defineStore('table-height',{state: () => ({height: 500,//默認高度}),getters:{},actions:{setHeight(height) {this.height=height//高度賦值},setTableHeight() {//計算高度:窗口高度-表格距離頂部距離-固定高度(底部頁碼高度)this.height= window.innerHeight -document.getElementById("elTableId").getBoundingClientRect().top - 52;//問題:在瀏覽器窗口縮放90%時,table表的滾動條會消失(max-height丟失),解決:操作dom添加document.querySelector('#elTableId .el-scrollbar__wrap').style.maxHeight = this.height - 40 + "px"console.log("路由切換table高度刷新",this.height);window.onresize = () => {console.log("-----","防抖");debounce(tableHeightFun, 200); //防抖};let that=thisfunction tableHeightFun() {//頁面沒有table的id時,不執(zhí)行if(document.getElementById('elTableId')==null)return//問題:在路由切換后,窗口高度變高,table表的max-height不能變大。解決:先賦值變小,再變大。that.height = window.innerHeight - document.getElementById('elTableId').getBoundingClientRect().top - 52 - 1;document.querySelector('#elTableId .el-scrollbar__wrap').style.maxHeight = (that.height - 40 - 1) + "px"setTimeout(() => {that.height=  window.innerHeight -document.getElementById("elTableId").getBoundingClientRect().top -52;document.querySelector('#elTableId .el-scrollbar__wrap').style.maxHeight = (that.height - 40) + "px"console.log("--tableHeightFun---",that.height);}, 200);}var timeout = null; //定義一個定時器function debounce(fn, wait) {if (timeout !== null) clearTimeout(timeout); //清除這個定時器timeout = setTimeout(fn, wait);}}}
})export default useTableHeightStore// table添加
// :max-height="tableHeightStore.height" id="elTableId"// 頁面引入
// import useTableHeightStore from '@/store/modules/table'
// const tableHeightStore = useTableHeightStore()// 路由狀態(tài)-緩存-每次進入頁面觸發(fā)onActivated
// onActivated(() => {
//   useTableHeightStore().setTableHeight()
// })// 路由狀態(tài)-不緩存-每次進入頁面觸發(fā)onMounted
// onMounted(() => {
//   useTableHeightStore().setTableHeight()
// })

效果

在這里插入圖片描述

http://www.risenshineclean.com/news/58291.html

相關(guān)文章:

  • wordpress清空緩存廣州seo推廣公司
  • 網(wǎng)站tag聚合怎么做網(wǎng)上推廣怎么收費
  • 網(wǎng)站建設(shè)分析最新軍事新聞 今日 最新消息
  • 沈陽優(yōu)化網(wǎng)站公司宜昌網(wǎng)站建設(shè)公司
  • 購物網(wǎng)站需求分析報告荊門網(wǎng)絡(luò)推廣
  • 學做網(wǎng)站論壇vip賬號網(wǎng)站建設(shè)黃頁在線免費
  • 中文手機網(wǎng)站設(shè)計案例網(wǎng)站建設(shè)需要多少錢?
  • 淘寶做的網(wǎng)站可靠嗎百度推廣需要多少錢
  • 怎么自己做影視網(wǎng)站專業(yè)黑帽seo
  • 學校網(wǎng)站構(gòu)建seo網(wǎng)站優(yōu)化方案案例
  • 國際新聞界期刊桔子seo網(wǎng)
  • 住建部歷史文化街區(qū)和歷史建筑信息平臺優(yōu)化網(wǎng)站頁面
  • 武漢商城網(wǎng)站制作公司新手怎樣推銷自己的產(chǎn)品
  • wordpress 破解賬號seo學校培訓課程
  • 自己做網(wǎng)站的流程谷歌seo網(wǎng)站優(yōu)化
  • 國際網(wǎng)站推廣專員招聘做推廣app賺錢的項目
  • 視頻 收費 網(wǎng)站怎么做全國網(wǎng)站排名
  • 沈陽網(wǎng)站建設(shè)技術(shù)公司百度客戶服務(wù)電話是多少
  • 怎么用vscode做網(wǎng)站網(wǎng)站排名優(yōu)化培訓
  • 上海網(wǎng)站備案北京發(fā)生大事了
  • 怎么設(shè)計頁面只顯示一頁說說seo論壇
  • 病毒推廣網(wǎng)站網(wǎng)絡(luò)營銷怎么做
  • wordpress 全景插件軟件排名優(yōu)化
  • 手機網(wǎng)站模板更換方法sem網(wǎng)站推廣怎么做
  • 辦公用品網(wǎng)站建設(shè)網(wǎng)絡(luò)推廣企業(yè)
  • 有了php源碼怎么做網(wǎng)站公司網(wǎng)絡(luò)推廣排名定制
  • 網(wǎng)站的競價怎么做軟件培訓機構(gòu)排名
  • 怎么用ngrok做網(wǎng)站百度品牌廣告收費標準
  • 網(wǎng)站開發(fā)的就業(yè)前景如何沈陽網(wǎng)站制作公司
  • 做茶評的網(wǎng)站谷歌seo排名優(yōu)化服務(wù)