style(wel): 增加面板等高布局样式优化
- 为图表区左右面板添加flex布局实现等高效果 - 为下方区左右面板添加flex布局实现等高效果 - 在metric-card内添加内容区自动撑满的flex样式 - 优化了.el-col和.panel的布局结构和弹性属性
This commit is contained in:
@@ -415,6 +415,7 @@ export default {
|
||||
/* 图表区:左右面板等高 */
|
||||
.wel-charts {
|
||||
margin-bottom: 0;
|
||||
align-items: stretch;
|
||||
|
||||
.el-col {
|
||||
display: flex;
|
||||
@@ -429,6 +430,8 @@ export default {
|
||||
|
||||
/* 下方区:左右面板等高 */
|
||||
.wel-bottom {
|
||||
align-items: stretch;
|
||||
|
||||
.el-col {
|
||||
display: flex;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user