浏览代码

修改样式

lilinsen 7 年之前
父节点
当前提交
9b86b30ce4
共有 1 个文件被更改,包括 5 次插入1 次删除
  1. 5 1
      sites/doc/compents/hidden/hidden.vue

+ 5 - 1
sites/doc/compents/hidden/hidden.vue

@@ -61,6 +61,10 @@ export default {
 }
 }
 </script>
 </script>
 <style lang="scss" scoped>
 <style lang="scss" scoped>
+.eidt-box{
+    padding-bottom:30px;
+    background: #F2F4F5;
+}
 .show{   
 .show{   
     overflow:hidden;
     overflow:hidden;
     position: relative;
     position: relative;
@@ -72,7 +76,7 @@ export default {
     height: 30px;
     height: 30px;
     width: 100%;
     width: 100%;
     bottom: 0;
     bottom: 0;
-    background: linear-gradient(rgba(255, 255, 255, 0.5),#fff);
+    background: linear-gradient(rgba(255, 255, 255, 0.2),#fafafa);
     position: absolute;
     position: absolute;
     z-index: 999 ;
     z-index: 999 ;
     text-align: center;
     text-align: center;