提交 a6e8d16c authored 作者: junjie's avatar junjie

fix(视图): 修复图表类型有时样式错乱

上级 3c8ce0e3
...@@ -693,39 +693,38 @@ div:focus { ...@@ -693,39 +693,38 @@ div:focus {
.rate-date-class > .el-picker-panel__footer > .el-button--text:first-child{ .rate-date-class > .el-picker-panel__footer > .el-button--text:first-child{
display: none;
}
.rate-date-class > .el-picker-panel__body-wrapper > .el-picker-panel__body {
>.el-date-picker__header {
display: none; display: none;
} }
.rate-date-class > .el-picker-panel__body-wrapper > .el-picker-panel__body { >.el-picker-panel__content{
>.el-date-picker__header { >table > tbody {
display: none; >tr:first-child {
display: none;
} }
>.el-picker-panel__content{ >tr >td.prev-month,td.next-month {
>table > tbody { display: none;
>tr:first-child {
display: none;
}
>tr >td.prev-month,td.next-month {
display: none;
}
}
} }
}
} }
.rate-day-class > .el-picker-panel__footer > .el-button--text:first-child{ }
.rate-day-class > .el-picker-panel__footer > .el-button--text:first-child{
display: none;
}
.rate-day-class > .el-picker-panel__body-wrapper > .el-picker-panel__body {
>.el-date-picker__header {
display: none; display: none;
} }
.rate-day-class > .el-picker-panel__body-wrapper > .el-picker-panel__body { >.el-picker-panel__content{
>.el-date-picker__header { >table > tbody {
>tr:not(:nth-child(3)) {
display: none; display: none;
} }
>.el-picker-panel__content{
>table > tbody {
>tr:not(:nth-child(3)) {
display: none;
}
}
} }
} }
}
.chart-type .el-radio__input{ .chart-type .el-radio__input{
display: none!important; display: none!important;
...@@ -735,6 +734,12 @@ div:focus { ...@@ -735,6 +734,12 @@ div:focus {
padding-left: 0!important; padding-left: 0!important;
} }
.chart-type .radio-row .radio-style{
width: 80px;
height: 60px;
padding: 0;
}
.el-color-predefine__color-selector{ .el-color-predefine__color-selector{
border: 1px solid #999999!important; border: 1px solid #999999!important;
margin: 0 0 6px 6px!important; margin: 0 0 6px 6px!important;
......
...@@ -487,10 +487,4 @@ export default { ...@@ -487,10 +487,4 @@ export default {
white-space: pre; white-space: pre;
font-size: 12px; font-size: 12px;
} }
.radio-style{
width: 80px;
height: 60px;
padding: 0;
}
</style> </style>
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论