evoxwht 2 лет назад
Родитель
Сommit
0a9733ffb5
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      template/admin/src/pages/notify/smsConfig/index.vue

+ 2 - 2
template/admin/src/pages/notify/smsConfig/index.vue

@@ -79,10 +79,10 @@
     <!--          </div>-->
     <!--        </div>-->
     <!--      </div>-->
-    <Card :bordered="false" dis-hover class="ivu-mt" style="height: 800px">
+    <Card :bordered="false" dis-hover class="ivu-mt" style="height: calc(100vh - 200px)">
       <iframe
         src="https://api.crmeb.com?token=AF37D4579721672220B08CA872586943"
-        style="width: 100%; height: 800px"
+        style="width: 100%; height: calc(100vh - 200px)"
         frameborder="0"
       ></iframe>
       <!--        <login-from-->