lilinsen 7 年 前
コミット
fdfef61359
1 ファイル変更2 行追加2 行削除
  1. 2 2
      sites/doc/compents/hidden/hidden.vue

+ 2 - 2
sites/doc/compents/hidden/hidden.vue

@@ -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;