style(wel): 为容器添加最小高度限制
- 在容器样式中添加了min-height属性,设置最小高度为200px - 保证容器在内容较少时仍保持一定高度,提升布局稳定性
This commit is contained in:
@@ -586,6 +586,7 @@ export default {
|
|||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
gap: 18px;
|
gap: 18px;
|
||||||
|
min-height: 200px;
|
||||||
}
|
}
|
||||||
.donut {
|
.donut {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|||||||
Reference in New Issue
Block a user