NEZ-312 perf: url类型chart增加内边距

This commit is contained in:
chenjinsong
2020-06-04 19:44:12 +08:00
parent 40e1fafb38
commit b5e7a0ca36

View File

@@ -161,11 +161,6 @@
.resize-shadow-active {
background-color: #888;
}
.resize-box-url {
.vue-resizable-handle {
background-color: white;
}
}
.resize-box {
.pagination {
padding-top: 0;
@@ -360,6 +355,12 @@
}
}
}
.chart-url {
.url-container {
padding: 0 8px 8px 8px;
box-sizing: border-box;
}
}
.line-chart-block, .chart-table, .chart-single-stat, .chart-url, .chart-asset-info, .chart-alert-info, .chart-project-info {
height: 100%;
position: relative;