style: 修复样式问题
This commit is contained in:
@@ -111,7 +111,7 @@
|
|||||||
display: table-cell;
|
display: table-cell;
|
||||||
padding: 13px 30px;
|
padding: 13px 30px;
|
||||||
border-bottom: 1px solid $--content-right-background-color;
|
border-bottom: 1px solid $--content-right-background-color;
|
||||||
width: 170px;
|
min-width: 170px;
|
||||||
color: #6B717B;
|
color: #6B717B;
|
||||||
}
|
}
|
||||||
.domain-detail-list__content {
|
.domain-detail-list__content {
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
.vue-grid-layout>.vue-grid-item {
|
.vue-grid-layout>.vue-grid-item {
|
||||||
.cn-chart {
|
.cn-chart {
|
||||||
height: 100% !important;
|
height: 100% !important;
|
||||||
cn-chart__dns-record {
|
.cn-chart__dns-record {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|||||||
@@ -61,7 +61,6 @@ export default {
|
|||||||
active: true
|
active: true
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
const seriesTemplate = this.chartOption.series[0]
|
const seriesTemplate = this.chartOption.series[0]
|
||||||
this.chartOption.series = this.chartData.map((r, i) => {
|
this.chartOption.series = this.chartData.map((r, i) => {
|
||||||
return {
|
return {
|
||||||
|
|||||||
Reference in New Issue
Block a user