添加测试信息

This commit is contained in:
yuding
2025-12-04 18:39:07 +08:00
parent c45cdc9f7d
commit 8a727c4485
15 changed files with 38203 additions and 441 deletions

View File

@@ -1,18 +1,15 @@
.bim-engine-wrapper {
position: relative;
/* 添加相对定位作为参照物 */
width: 100%;
height: 100%;
font-family: sans-serif;
color: #333;
padding: 20px;
background-color: #e16969;
border-radius: 8px;
border: 1px solid #e0e0e0;
color: #bf1d1d;
box-sizing: border-box;
/* 确保 padding 不会撑大容器 */
overflow: hidden;
/* 防止内容溢出 */
}
/* ... (中间代码不变) ... */
/* 操作按钮组容器 */