Pre Merge pull request !532 from 半栈幼儿员/hotfix/tagsview

pull/532/MERGE
半栈幼儿员 2024-08-31 10:38:04 +00:00 committed by Gitee
commit 777ba0abc1
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 12 additions and 10 deletions

View File

@ -623,6 +623,12 @@ $prefix-cls: #{$namespace}-tags-view;
}
}
}
&__item--immerse:not(.is-active) {
&:hover {
color: var(--el-color-white);
}
}
}
}
</style>

View File

@ -1,11 +1,9 @@
<template>
<ContentWrap>
<doc-alert title="大屏设计器" url="https://doc.iocoder.cn/report/screen/" />
<ContentWrap :bodyStyle="{ padding: '0px' }" class="!mb-0">
<IFrame :src="src" />
</ContentWrap>
</ContentWrap>
</template>
<script lang="ts" setup>
defineOptions({ name: 'GoView' })

View File

@ -1,11 +1,9 @@
<template>
<ContentWrap>
<doc-alert title="报表设计器" url="https://doc.iocoder.cn/report/" />
<ContentWrap :bodyStyle="{ padding: '0px' }" class="!mb-0">
<IFrame :src="src" />
</ContentWrap>
</ContentWrap>
</template>
<script lang="ts" setup>
import { getAccessToken } from '@/utils/auth'