Skip to content

Commit ff703bc

Browse files
committed
fix: RCA
1 parent 0f39c0b commit ff703bc

1 file changed

Lines changed: 23 additions & 8 deletions

File tree

blog/RCA/2025-12-12_1.mdx

Lines changed: 23 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,29 @@ import SeverityBadge from "@site/src/components/SeverityBadge";
1717
**問題描述:** TREM Lite 出現偵測重複觸發的問題
1818
**根本原因:** 因資料不一致導致系統異常
1919

20-
<iframe
21-
width="560"
22-
height="315"
23-
src="https://www.youtube.com/embed/UI9hKzP17LE"
24-
frameborder="0"
25-
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
26-
allowfullscreen
27-
></iframe>
20+
<div
21+
style={{
22+
position: "relative",
23+
paddingBottom: "56.25%",
24+
height: 0,
25+
overflow: "hidden",
26+
maxWidth: "100%",
27+
}}
28+
>
29+
<iframe
30+
style={{
31+
position: "absolute",
32+
top: 0,
33+
left: 0,
34+
width: "100%",
35+
height: "100%",
36+
}}
37+
src="https://www.youtube.com/embed/UI9hKzP17LE"
38+
frameborder="0"
39+
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
40+
allowfullscreen
41+
></iframe>
42+
</div>
2843

2944
## 根本原因分析
3045

0 commit comments

Comments
 (0)