mirror of
https://gitee.com/goploy/goploy.git
synced 2024-11-30 03:07:59 +08:00
F css
This commit is contained in:
parent
ebbdfe71a7
commit
40d573ad38
@ -62,21 +62,27 @@
|
||||
>
|
||||
<el-row>
|
||||
<span
|
||||
style="font-weight: 600; white-space: nowrap"
|
||||
:title="'illuminati Owls VIP'"
|
||||
style="
|
||||
font-size: 15px;
|
||||
font-weight: 600;
|
||||
white-space: nowrap;
|
||||
"
|
||||
>
|
||||
<span v-if="row.environment === 1" style="color: #f56c6c">
|
||||
<span
|
||||
v-if="row.environment === 1"
|
||||
style="color: var(--el-color-danger)"
|
||||
>
|
||||
{{ row.name }} -
|
||||
{{ $t(`envOption[${row.environment || 0}]`) }}
|
||||
</span>
|
||||
<span
|
||||
v-else-if="row.environment === 3"
|
||||
style="color: #e6a23c"
|
||||
style="color: var(--el-color-warning)"
|
||||
>
|
||||
{{ row.name }} -
|
||||
{{ $t(`envOption[${row.environment || 0}]`) }}
|
||||
</span>
|
||||
<span v-else style="color: #909399">
|
||||
<span v-else style="color: var(--el-color-info)">
|
||||
{{ row.name }} -
|
||||
{{ $t(`envOption[${row.environment || 0}]`) }}
|
||||
</span>
|
||||
|
Loading…
Reference in New Issue
Block a user