xinfeng 5 年 前
コミット
4cf308b3be
1 ファイル変更2 行追加2 行削除
  1. 2 2
      components/job/download.vue

+ 2 - 2
components/job/download.vue

@@ -98,7 +98,7 @@
       .toastArea {
         position: relative;
         width: 446px;
-        height: 436px;
+        height: 436px !important;
         background: rgba(255, 255, 255, 1);
         border-radius: 10px;
         padding: 25px 47px;
@@ -140,7 +140,7 @@
           color:rgba(51,51,51,1);
           line-height:21px;
           text-align: center;
-          margin: 0 auto;
+          margin: 0 auto !important;
           white-space: nowrap;
           word-break: keep-all;