Skip to content

Commit fd0dc03

Browse files
cute-omegaCopilot
andauthored
Update packages/gui/src/view/pages/server.vue
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 7b64286 commit fd0dc03

1 file changed

Lines changed: 20 additions & 20 deletions

File tree

packages/gui/src/view/pages/server.vue

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -513,25 +513,25 @@ export default {
513513
width: 45px;
514514
}
515515
.ipv6-tag {
516-
position: relative;
517-
padding-right: 45px !important;
518-
margin-right: 5px !important;
519-
display: inline-flex !important;
520-
align-items: center !important;
521-
min-width: 200px !important;
522-
}
523-
.ipv6-badge {
524-
position: absolute;
525-
right: 5px;
526-
top: 50%;
527-
transform: translateY(-50%);
528-
font-size: 10px;
529-
background: #1890ff;
530-
color: white;
531-
padding: 0 4px;
532-
border-radius: 3px;
533-
line-height: 16px;
534-
height: 16px;
535-
}
516+
position: relative;
517+
padding-right: 45px !important;
518+
margin-right: 5px !important;
519+
display: inline-flex !important;
520+
align-items: center !important;
521+
min-width: 200px !important;
522+
}
523+
.ipv6-badge {
524+
position: absolute;
525+
right: 5px;
526+
top: 50%;
527+
transform: translateY(-50%);
528+
font-size: 10px;
529+
background: #1890ff;
530+
color: white;
531+
padding: 0 4px;
532+
border-radius: 3px;
533+
line-height: 16px;
534+
height: 16px;
535+
}
536536
}
537537
</style>

0 commit comments

Comments
 (0)