只需一步,快速开始
终身会员[A]
签到天数: 11 天
[LV.3]偶尔看看II
878
4343
3995
您需要 登录 才可以下载或查看,没有帐号?立即注册
:root { --height-primary: 240px; //--height-primary :变量名,css3有规则 } $header: var(--height-primary); //用var来盛放变量名 .el-table{ height: calc(100vh - 101px - #{$header}); }
if(this.isDB){ document.getElementsByTagName('body')[0].style.setProperty('--height-primary','64px'); } else { document.getElementsByTagName('body')[0].style.setProperty('--height-primary','0px'); }
使用道具 举报
本版积分规则 发表回复 回帖后跳转到最后一页
|Archiver|小黑屋|本站代理|dmz社区
GMT+8, 2025-2-2 04:33 , Processed in 0.131468 second(s), 34 queries .
Powered by Discuz! X3.4 Licensed
Copyright © 2001-2021, Tencent Cloud.