浏览代码

fix: 过渡章节页 墨竹按钮在safari里换行了

任一存 1 年之前
父节点
当前提交
f89608970b
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      src/views/MoreContent.vue

+ 2 - 0
src/views/MoreContent.vue

@@ -483,10 +483,12 @@ onBeforeUnmount(() => {
           flex-direction: column;
           align-items: center;
           >img.splitter{
+            flex: 0 0 auto;
             width: 100%;
           }
           > button {
             .button-common-style();
+            flex: 0 0 auto;
             color: #b8ae7a;
           }
         }