style: 修复样式问题

This commit is contained in:
@changcode
2022-01-25 18:17:28 +08:00
parent f8d780cba6
commit fa52e1ec4a
3 changed files with 2 additions and 3 deletions

View File

@@ -111,7 +111,7 @@
display: table-cell;
padding: 13px 30px;
border-bottom: 1px solid $--content-right-background-color;
width: 170px;
min-width: 170px;
color: #6B717B;
}
.domain-detail-list__content {

View File

@@ -4,7 +4,7 @@
.vue-grid-layout>.vue-grid-item {
.cn-chart {
height: 100% !important;
cn-chart__dns-record {
.cn-chart__dns-record {
display: flex;
flex-direction: column;
height: 100%;

View File

@@ -61,7 +61,6 @@ export default {
active: true
}
})
const seriesTemplate = this.chartOption.series[0]
this.chartOption.series = this.chartData.map((r, i) => {
return {