Update 8092 bridge matching and construction plan view

This commit is contained in:
2026-06-08 15:13:32 +09:00
parent 0bae5fa7c3
commit 6ac0964618
2 changed files with 70 additions and 7 deletions

View File

@@ -540,8 +540,8 @@
<col style="width: 58px;">
<col style="width: 58px;">
<col style="width: 58px;">
<col style="width: 64px;">
<col style="width: 64px;">
<col style="width: 84px;">
<col style="width: 84px;">
<col style="width: 64px;">
<col style="width: 64px;">
<col style="width: 58px;">
@@ -662,6 +662,7 @@
const text = String(value || '').trim();
if (!text) return '-';
return text
.replace(/\+/g, '+\n')
.replace(/~/g, '~\n')
.replace(/=/g, '=\n')
.replace(/\//g, '/\n')