style: 快照增加10px底部间距
This commit is contained in:
@@ -6,6 +6,9 @@
|
||||
height: 100%;
|
||||
width: auto;
|
||||
}
|
||||
.pdfDom{
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
.panel-chart {
|
||||
border: 1px solid $--chart-box-border-color;
|
||||
height: 100%;
|
||||
|
||||
@@ -85,7 +85,9 @@ const newcn = {
|
||||
},
|
||||
overall: {
|
||||
system: '系统',
|
||||
back: '返回'
|
||||
back: '返回',
|
||||
enabled: '启用',
|
||||
disabled: '已禁用'
|
||||
},
|
||||
...zhLocale
|
||||
}
|
||||
|
||||
@@ -93,7 +93,9 @@ const newen = {
|
||||
},
|
||||
overall: {
|
||||
system: 'System',
|
||||
back: 'Back'
|
||||
back: 'Back',
|
||||
enabled: 'Enabled',
|
||||
disabled: 'Disabled'
|
||||
},
|
||||
...enLocale
|
||||
}
|
||||
|
||||
@@ -15,7 +15,7 @@ export default {
|
||||
const metricMap = new Map()
|
||||
metrics.forEach((item) => {
|
||||
let key = ''
|
||||
if (/^[a-zA-Z]+?_[a-zA-Z]*/.test(item)) {
|
||||
if (/^[a-zA-Z0-9]+?_[a-zA-Z0-9]*/.test(item)) {
|
||||
key = item.split('_')[0]
|
||||
} else if (/^_\w*/.test(item)) {
|
||||
key = ' '
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user