瀏覽代碼

适配高度大的手机精品典藏和问答

shaogen1995 3 年之前
父節點
當前提交
ee20b21386
共有 2 個文件被更改,包括 2 次插入8 次删除
  1. 1 4
      web/src/views/gui/component/issue.vue
  2. 1 4
      web/src/views/gui/component/quality.vue

+ 1 - 4
web/src/views/gui/component/issue.vue

@@ -537,12 +537,9 @@ export default {
 
     .main {
       max-height: 640px;
-      top: auto;
-      bottom: 80px;
-      transform: translate(-50%, 0);
       width: 100%;
       max-width: 350px;
-      height: calc(100vh - 130px);
+      height: calc(100vh - 150px);
       background: url("../../../assets/imgM/bg.png");
       background-size: 100% 100%;
       padding-top: 70px;

+ 1 - 4
web/src/views/gui/component/quality.vue

@@ -202,12 +202,9 @@ export default {
   .quality {
     .main {
       max-height: 640px;
-      top: auto;
-      bottom: 80px;
-      transform: translate(-50%, 0);
       width: 100%;
       max-width: 350px;
-      height: calc(100vh - 130px);
+      height: calc(100vh - 150px);
       background: url("../../../assets/imgM/bg.png");
       background-size: 100% 100%;
       padding-top: 70px;