Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
lmp_web
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
yujian
lmp_web
Commits
70227d70
Commit
70227d70
authored
Jan 24, 2024
by
mhw
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
icon颜色
parent
bcd6a934
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
4 deletions
+9
-4
index.vue
.../modelService/testOnline/components/contentView/index.vue
+9
-4
No files found.
src/views/gptTraining/modelService/testOnline/components/contentView/index.vue
View file @
70227d70
...
...
@@ -170,7 +170,12 @@ export default {
container
.
style
.
border
=
'1px solid lightgray'
fullDom
.
classList
.
remove
(
'el-icon-close'
)
fullDom
.
classList
.
add
(
'el-icon-full-screen'
)
document
.
querySelector
(
'.full'
).
style
.
color
=
'#000'
document
.
querySelector
(
'.down'
).
style
.
color
=
'#000'
}
else
{
document
.
querySelector
(
'.full'
).
style
.
color
=
'#fff'
document
.
querySelector
(
'.down'
).
style
.
color
=
'#fff'
fullDom
.
classList
.
remove
(
'el-icon-full-screen'
)
fullDom
.
classList
.
add
(
'el-icon-close'
)
container
.
style
.
height
=
'100%'
;
...
...
@@ -245,24 +250,24 @@ export default {
.full
{
width
:
20px
;
height
:
20px
;
background
:
#0092FF
;
/* background: #0092FF; */
position
:
absolute
;
right
:
10px
;
top
:
10px
;
font-size
:
20px
;
color
:
#fff
;
/* color: #fff; */
border-radius
:
5px
;
/* transition: all 0.5s; */
}
.down
{
width
:
20px
;
height
:
20px
;
background
:
#0092FF
;
/* background: #0092FF; */
position
:
absolute
;
right
:
40px
;
top
:
10px
;
font-size
:
20px
;
color
:
#fff
;
/* color: #fff; */
border-radius
:
5px
;
}
</
style
>
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