提交 86fd2cfb authored 作者: junjie's avatar junjie

fix(视图):尝试解决源码运行,视图类型样式错乱的问题

上级 01e23ef5
...@@ -684,3 +684,12 @@ div:focus { ...@@ -684,3 +684,12 @@ div:focus {
background: linear-gradient(to right, #fff, rgba(255,255,255,0)) !important; background: linear-gradient(to right, #fff, rgba(255,255,255,0)) !important;
} }
.chart-type .el-radio__input{
display: none!important;
}
.chart-type .el-radio__label{
padding-left: 0!important;
}
...@@ -1880,22 +1880,11 @@ export default { ...@@ -1880,22 +1880,11 @@ export default {
height: calc(100% - 6px); height: calc(100% - 6px);
} }
.chart-type{
padding: 4px;
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
}
.chart-icon{ .chart-icon{
width: 20px; width: 20px;
height: 20px; height: 20px;
} }
.chart-type>>>.el-radio__input{
display: none !important;
}
.el-radio{ .el-radio{
margin:5px; margin:5px;
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论