|
@@ -294,7 +294,7 @@
|
|
:closeOnOverlayClick="false"
|
|
:closeOnOverlayClick="false"
|
|
>
|
|
>
|
|
<iframe
|
|
<iframe
|
|
- :src="`/enterprise/preview?product=v&id=${chargeDialog.data.id}`"
|
|
|
|
|
|
+ :src="`https://${rootDomain.slice(1)}/enterprise/preview?product=v&id=${chargeDialog.data.id}`"
|
|
frameborder="no"
|
|
frameborder="no"
|
|
scrolling="no"
|
|
scrolling="no"
|
|
allowtransparency="true"
|
|
allowtransparency="true"
|
|
@@ -2220,7 +2220,7 @@ onUnmounted(() => {
|
|
display: flex;
|
|
display: flex;
|
|
flex-direction: column;
|
|
flex-direction: column;
|
|
background-color: var(--color-background);
|
|
background-color: var(--color-background);
|
|
- z-index: 2;
|
|
|
|
|
|
+ z-index: 3;
|
|
.group-asset {
|
|
.group-asset {
|
|
height: 40px;
|
|
height: 40px;
|
|
justify-content: center;
|
|
justify-content: center;
|