Commit 18880c71 by YunaiV
parents 0ceba5a4 55029113
...@@ -623,6 +623,12 @@ $prefix-cls: #{$namespace}-tags-view; ...@@ -623,6 +623,12 @@ $prefix-cls: #{$namespace}-tags-view;
} }
} }
} }
&__item--immerse:not(.is-active) {
&:hover {
color: var(--el-color-white);
}
}
} }
} }
</style> </style>
<template> <template>
<ContentWrap>
<doc-alert title="大屏设计器" url="https://doc.iocoder.cn/report/screen/" /> <doc-alert title="大屏设计器" url="https://doc.iocoder.cn/report/screen/" />
<ContentWrap :bodyStyle="{ padding: '0px' }" class="!mb-0"> <ContentWrap :bodyStyle="{ padding: '0px' }" class="!mb-0">
<IFrame :src="src" /> <IFrame :src="src" />
</ContentWrap> </ContentWrap>
</ContentWrap>
</template> </template>
<script lang="ts" setup> <script lang="ts" setup>
defineOptions({ name: 'GoView' }) defineOptions({ name: 'GoView' })
......
<template> <template>
<ContentWrap>
<doc-alert title="报表设计器" url="https://doc.iocoder.cn/report/" /> <doc-alert title="报表设计器" url="https://doc.iocoder.cn/report/" />
<ContentWrap :bodyStyle="{ padding: '0px' }" class="!mb-0"> <ContentWrap :bodyStyle="{ padding: '0px' }" class="!mb-0">
<IFrame :src="src" /> <IFrame :src="src" />
</ContentWrap> </ContentWrap>
</ContentWrap>
</template> </template>
<script lang="ts" setup> <script lang="ts" setup>
import { getAccessToken } from '@/utils/auth' import { getAccessToken } from '@/utils/auth'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment