19
19
<div >
20
20
<el-row :gutter =" 20" >
21
21
<el-col :span =" 4" >
22
- <router-link to =" /shuffleserverpage/activeNodeList" >
22
+ <router-link class = " router-link-active " to =" /shuffleserverpage/activeNodeList" >
23
23
<el-card class =" box-card" shadow =" hover" >
24
24
<template #header >
25
25
<div class =" card-header" >
31
31
</router-link >
32
32
</el-col >
33
33
<el-col :span =" 4" >
34
- <router-link to =" /shuffleserverpage/decommissioningNodeList" >
34
+ <router-link class = " router-link-active " to =" /shuffleserverpage/decommissioningNodeList" >
35
35
<el-card class =" box-card" shadow =" hover" >
36
36
<template #header >
37
37
<div class =" card-header" >
45
45
</router-link >
46
46
</el-col >
47
47
<el-col :span =" 4" >
48
- <router-link to =" /shuffleserverpage/decommissionedNodeList" >
48
+ <router-link class = " router-link-active " to =" /shuffleserverpage/decommissionedNodeList" >
49
49
<el-card class =" box-card" shadow =" hover" >
50
50
<template #header >
51
51
<div class =" card-header" >
59
59
</router-link >
60
60
</el-col >
61
61
<el-col :span =" 4" >
62
- <router-link to =" /shuffleserverpage/lostNodeList" >
62
+ <router-link class = " router-link-active " to =" /shuffleserverpage/lostNodeList" >
63
63
<el-card class =" box-card" shadow =" hover" >
64
64
<template #header >
65
65
<div class =" card-header" >
71
71
</router-link >
72
72
</el-col >
73
73
<el-col :span =" 4" >
74
- <router-link to =" /shuffleserverpage/unhealthyNodeList" >
74
+ <router-link class = " router-link-active " to =" /shuffleserverpage/unhealthyNodeList" >
75
75
<el-card class =" box-card" shadow =" hover" >
76
76
<template #header >
77
77
<div class =" card-header" >
83
83
</router-link >
84
84
</el-col >
85
85
<el-col :span =" 4" >
86
- <router-link to =" /shuffleserverpage/excludeNodeList" >
86
+ <router-link class = " router-link-active " to =" /shuffleserverpage/excludeNodeList" >
87
87
<el-card class =" box-card" shadow =" hover" >
88
88
<template #header >
89
89
<div class =" card-header" >
@@ -151,13 +151,17 @@ export default {
151
151
font-size : larger ;
152
152
}
153
153
154
+ /* Remove the underscore from the route label. */
155
+ .router-link-active {
156
+ text-decoration : none ;
157
+ }
158
+
154
159
.activenode {
155
160
font-family : ' Lantinghei SC' ;
156
161
font-style : normal ;
157
162
font-weight : bolder ;
158
163
font-size : 30px ;
159
164
color : green ;
160
- text-decoration : none ;
161
165
}
162
166
163
167
.decommissioningnode {
@@ -166,7 +170,6 @@ export default {
166
170
font-weight : bolder ;
167
171
font-size : 30px ;
168
172
color : #00c4ff ;
169
- text-decoration : none ;
170
173
}
171
174
172
175
.decommissionednode {
@@ -175,7 +178,6 @@ export default {
175
178
font-weight : bolder ;
176
179
font-size : 30px ;
177
180
color : blue ;
178
- text-decoration : none ;
179
181
}
180
182
181
183
.lostnode {
@@ -184,7 +186,6 @@ export default {
184
186
font-weight : bolder ;
185
187
font-size : 30px ;
186
188
color : red ;
187
- text-decoration : none ;
188
189
}
189
190
190
191
.unhealthynode {
@@ -193,14 +194,12 @@ export default {
193
194
font-weight : bolder ;
194
195
font-size : 30px ;
195
196
color : #ff8800 ;
196
- text-decoration : none ;
197
197
}
198
198
199
199
.excludesnode {
200
200
font-family : ' Lantinghei SC' ;
201
201
font-style : normal ;
202
202
font-weight : bolder ;
203
203
font-size : 30px ;
204
- text-decoration : none ;
205
204
}
206
205
</style >
0 commit comments