添加测试信息
This commit is contained in:
@@ -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;
|
||||
/* 防止内容溢出 */
|
||||
}
|
||||
|
||||
|
||||
/* ... (中间代码不变) ... */
|
||||
|
||||
/* 操作按钮组容器 */
|
||||
|
||||
Reference in New Issue
Block a user