钉钉宜搭自定义页面如何设置宽高百分之百

这段代码定义了一系列CSS样式,用于设置各种元素的高度和宽度为100%,实现全屏布局。它隐藏了.next-shell-header,并对.app、.vc-shell等类应用了相同的尺寸设置,确保内容区域填满整个屏幕。
摘要由CSDN通过智能技术生成

请将以下代码粘贴在页面样式框里面:

 

:root {
  background-color: #f2f3f5;
  height: 100%;
  width: 100%;
}
.next-shell-header{
display:none; 
}

#app{
  height: 100%;
  width: 100%;
}
#App{
  height: 100%;
  width: 100%;
}
.vc-shell-without-nav{
    height: 100%;
  width: 100%;
}
.vc-shell{
  height: 100%;
  width: 100%;
}
.vc-page-content-1180{
  height: 100%;
  width: 100%;
}
.next-shell-main{
  height: 100%;
  width: 100%;
}
.next-shell-sub-main{
  height: 100%;
  width: 100%;
}
.next-shell-page{
  height: 100%;
  width: 100%;
}
.next-shell-content{
  height: 100%;
  width: 100%;
}
.next-shell-content-inner{
  height: 100%;
  width: 100%;
}
.render-engine-container{
  height: 100%;
  width: 100%;
}
.vc-page{
  height: 100%;
  width: 100%;
}
.vc-rootcontent{
  height: 100%;
  width: 100%;
}
[style="min-height: 40px; padding: 0px; background-color: white;"] {
  min-height: 40px;
  padding: 0px;
  height: 100%;
  background-color: white;
}
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值