@@ -7,7 +7,7 @@
centered
:loading="loading"
:maskClosable="false"
- width="1230px">
+ width="1360px">
<template #footer>
<a-button key="cancel"
type="primary"
@@ -233,13 +233,13 @@
}
.powerLeft {
- width: 120px;
+ width: 170px;
padding: 0 8px;
.powerRight {
flex: 1;
- max-width: calc(100% - 120px);
+ max-width: calc(100% - 170px);
.flex;
flex-direction: column;
@@ -253,7 +253,7 @@
.left {
- width: 140px;
+ width: 180px;
min-width: 140px;
border-left: 3px solid @m-grey11;
border-right: 3px solid @m-grey11;
@@ -1,7 +1,7 @@
<template>
<!-- 推广报表: 推广报表-->
<div class="iframe-container ">
- <iframe :src="url"></iframe>
+ <iframe :src="url" style="border: 0;"></iframe>
</div>
</template>