Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
admin
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
b67ed770
authored
Aug 27, 2024
by
preschooler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
🐞
fix:暗黑主题下沉浸标签预选内容颜色
parent
0112e720
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
4 deletions
+6
-4
src/layout/components/TagsView/src/TagsView.vue
+6
-0
src/views/report/goview/index.vue
+0
-2
src/views/report/jmreport/index.vue
+0
-2
No files found.
src/layout/components/TagsView/src/TagsView.vue
View file @
b67ed770
...
@@ -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
>
src/views/report/goview/index.vue
View file @
b67ed770
<
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'
})
...
...
src/views/report/jmreport/index.vue
View file @
b67ed770
<
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'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment