fix: 样式调整

This commit is contained in:
zhangyu
2021-10-15 15:59:46 +08:00
parent 07c8acf92f
commit f635c87740
6 changed files with 195 additions and 65 deletions

View File

@@ -97,7 +97,7 @@ export default {
reader.readAsText(error.response.data)
})
},
queryLogData (limit = 1000) { // log的chart和table是一个请求
queryLogData (limit = 100) { // log的chart和table是一个请求
this.loading = true
if (this.expressions.length > 0) {
const requestArr = []