Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
FleetTruckView
Project
Project
Details
Activity
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
FleetTruck
FleetTruckView
Commits
f99b5f9e
Commit
f99b5f9e
authored
Dec 05, 2025
by
李玲燕
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改颜色
parent
7856f082
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
InformationMsg.vue
src/views/InformationMsg.vue
+3
-3
No files found.
src/views/InformationMsg.vue
View file @
f99b5f9e
...
...
@@ -2,7 +2,7 @@
<div
class=
"information-box"
>
<ul>
<li
class=
"top"
v-for=
"item in topList"
:key=
"item.index"
>
{{
item
}}
</li>
<li
v-for=
"item in list"
:key=
"item.index"
>
{{
item
}}
</li>
<li
class=
"bottom"
v-for=
"item in list"
:key=
"item.index"
>
{{
item
}}
</li>
</ul>
</div>
</
template
>
...
...
@@ -58,8 +58,8 @@
li {
color: #fff;
}
li
:nth-child(1) {
color: #02d9df;
.bottom
:nth-child(1) {
color: #02d9df
!important
;
}
li.top {
color: #edaa57 !important;
...
...
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