File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments