提交 cf9feca8 编写于 作者: F Frans

Merge branch 'v2' of https://github.com/jdf2e/nutui into v2

......@@ -41,7 +41,7 @@ export default {
this.isShow = !this.isShow;
this.isHide = !this.isHide;
if(this.isHide){
this.siteHeight = {height:this.heightSlot +30+ 'px'};
this.siteHeight = {height:this.heightSlot+ 'px'};
}else{
this.siteHeight = {
height:'300px'
......@@ -72,7 +72,7 @@ export default {
height: 30px;
width: 100%;
bottom: 0;
background: linear-gradient(#fff,rgba(255, 255, 255, 0));
background: linear-gradient(rgba(255, 255, 255, 0.5),#fff);
position: absolute;
z-index: 999 ;
text-align: center;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册