fix: полный продакшен-фикс dashboard/peer/hysteria по fix35

This commit is contained in:
2026-05-09 15:38:30 +05:00
parent a4157d1363
commit 78656e74b0
18 changed files with 190 additions and 85 deletions
@@ -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>