fix: полный продакшен-фикс dashboard/peer/hysteria по fix35
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
<el-card shadow="never">
|
||||
<el-form inline>
|
||||
<el-form-item>
|
||||
<el-tag style="height: 32px">
|
||||
<el-tag style="height: 32px" class="hysteria-version-tag">
|
||||
{{ $t("hysteria.hysteria2Version") }}:
|
||||
{{ hysteria2Monitor.version ? hysteria2Monitor.version : "-" }}
|
||||
</el-tag>
|
||||
@@ -1251,4 +1251,11 @@ onMounted(() => {
|
||||
max-width: 1000px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.hysteria-version-tag {
|
||||
max-width: 320px;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user