Kaynağa Gözat

修改ifame样式

huangbin 4 yıl önce
ebeveyn
işleme
05899c6fd9

Dosya farkı çok büyük olduğundan ihmal edildi
+ 956 - 2
src/assets/styles/index.css


+ 11 - 3
src/assets/styles/index.less

@@ -255,15 +255,15 @@ body {
             font-family: Adobe Heiti Std;
         }
 
-       
+
         > tr:first-child {
             > th:last-child, > th:first-child {
                 border-radius: 0px;
-                
+
             }
         }
     }
-    
+
     .ant-table-tbody > tr:hover:not(.ant-table-expanded-row):not(.ant-table-row-selected) > td {
         background: #172b56;
     }
@@ -291,4 +291,12 @@ body {
 
 .table-height {
     height: calc(100% - 40px);
+}
+
+.iframe-container {
+    height: calc(100% - 40px);
+    > iframe {
+        width: 100%;
+        height: 100%;
+    }
 }

+ 3 - 3
src/views/platinum/platinum_broker_management/platinum_broker_management_tab/index.vue

@@ -1,6 +1,6 @@
 <template>
   <!-- 经纪人管理: 经纪人管理-->
-  <div class="platinum_broker_management_tab">
+  <div class="iframe-container">
     <iframe :src="url"></iframe>
   </div>
 </template>
@@ -19,6 +19,8 @@ export default defineComponent({
         const token = getToken();
         const url = ref<string>('');
         const list = getThirdMenuData();
+        console.log('list', list);
+
         initData(() => {
             url.value = `${serviceURL.pcMangerUrl}${list[0].url}?token=${token}&tabindex=1&resourcePCMenu=`;
         });
@@ -28,7 +30,5 @@ export default defineComponent({
 </script>
 
 <style lang="less">
-.platinum_broker_management_tab {
-}
 </style
 >;

+ 1 - 3
src/views/platinum/platinum_capital_flow/platinum_capital_flow_tab/index.vue

@@ -1,6 +1,6 @@
 <template>
   <!-- 资金流水: 资金流水-->
-  <div class="platinum_capital_flow_tab">
+  <div class="iframe-container">
     <iframe :src="url"></iframe>
   </div>
 </template>
@@ -29,7 +29,5 @@ export default defineComponent({
 </script>
 
 <style lang="less">
-.platinum_capital_flow_tab {
-}
 </style
 >;

+ 1 - 3
src/views/platinum/platinum_promotion_report/platinum_promotion_report_tab/index.vue

@@ -1,6 +1,6 @@
 <template>
   <!-- 推广报表: 推广报表-->
-  <div class="platinum_promotion_report_tab">
+  <div class="iframe-container ">
     <iframe :src="url"></iframe>
   </div>
 </template>
@@ -28,7 +28,5 @@ export default defineComponent({
 </script>
 
 <style lang="less">
-.platinum_promotion_report_tab {
-}
 </style
 >;

Bu fark içinde çok fazla dosya değişikliği olduğu için bazı dosyalar gösterilmiyor