🐞 fix:暗黑主题下沉浸标签预选内容颜色

This commit is contained in:
preschooler 2024-08-27 11:23:05 +08:00
parent 0112e7203e
commit b67ed77030
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'