浏览代码

fix:数据缺失页模块限制高度

yangfeng 11 月之前
父节点
当前提交
d1e61437aa
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      apps/bigmember_pc/src/views/article-content/components/ContentError.vue

+ 2 - 1
apps/bigmember_pc/src/views/article-content/components/ContentError.vue

@@ -37,7 +37,8 @@ export default {
 <style lang="scss" scoped>
 .error-module {
   width: 980px;
-  height: 100%;
+  height: 580px;
+  margin-right: 24px;
   background: #fff;
   border-radius: 8px;
   &-container{