diff --git a/frontend/src/styles/index.scss b/frontend/src/styles/index.scss index 6bb7d1124f..0df68a58af 100644 --- a/frontend/src/styles/index.scss +++ b/frontend/src/styles/index.scss @@ -693,39 +693,38 @@ div:focus { .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; } - .rate-date-class > .el-picker-panel__body-wrapper > .el-picker-panel__body { - >.el-date-picker__header { - display: none; - } - >.el-picker-panel__content{ - >table > tbody { - >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{ - display: none; - } - .rate-day-class > .el-picker-panel__body-wrapper > .el-picker-panel__body { - >.el-date-picker__header { + >.el-picker-panel__content{ + >table > tbody { + >tr:first-child { display: none; - } - >.el-picker-panel__content{ - >table > tbody { - >tr:not(:nth-child(3)) { - display: none; - } - - } + } + >tr >td.prev-month,td.next-month { + display: none; + } } } +} +.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; + } + >.el-picker-panel__content{ + >table > tbody { + >tr:not(:nth-child(3)) { + display: none; + } + } + } +} .chart-type .el-radio__input{ display: none!important; @@ -735,6 +734,12 @@ div:focus { padding-left: 0!important; } +.chart-type .radio-row .radio-style{ + width: 80px; + height: 60px; + padding: 0; +} + .el-color-predefine__color-selector{ border: 1px solid #999999!important; margin: 0 0 6px 6px!important; diff --git a/frontend/src/views/chart/view/ChartType.vue b/frontend/src/views/chart/view/ChartType.vue index c37ef0346a..546ea41fe5 100644 --- a/frontend/src/views/chart/view/ChartType.vue +++ b/frontend/src/views/chart/view/ChartType.vue @@ -487,10 +487,4 @@ export default { white-space: pre; font-size: 12px; } - -.radio-style{ - width: 80px; - height: 60px; - padding: 0; -}