scss檔案里
:root { --height-primary: 240px; //--height-primary :變數名,css3有規則}$header: var(--height-primary); //用var來盛放變數名
.el-table{
height: calc(100vh - 101px - #{$header});}js里更改
if(this.isDB){ document.getElementsByTagName('body')[0].style.setProperty('--height-primary','64px'); } else { document.getElementsByTagName('body')[0].style.setProperty('--height-primary','0px');}
轉載請註明出處,本文鏈接:https://www.uj5u.com/qiye/88265.html
標籤:Html/Css
上一篇:injected stylesheet 谷歌擴展插件,造成樣式例外
下一篇:學生選課系統v1.0
