style: 修复样式问题
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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%;
|
||||
|
||||
@@ -61,7 +61,6 @@ export default {
|
||||
active: true
|
||||
}
|
||||
})
|
||||
|
||||
const seriesTemplate = this.chartOption.series[0]
|
||||
this.chartOption.series = this.chartData.map((r, i) => {
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user