Commit b053ba04 authored by 赵啸非's avatar 赵啸非

异常日志前端展示添加

parent 1b97a77c
......@@ -145,7 +145,7 @@ dict|object|字典对象
}
```
### 保存更新平台用户操作日志业务
### 保存平台用户操作日志业务
**请求URL:** operate/log/save
......
......@@ -22,7 +22,7 @@
{{ form.platform }}
</el-descriptions-item>
<el-descriptions-item label="函数调用名称" label-class-name="labelClass" content-class-name="contentClass">
{{form.culprit}}
<div class="text-wrapper"> {{form.culprit}} </div>
</el-descriptions-item>
<el-descriptions-item label="异常事件标记" label-class-name="labelClass" content-class-name="contentClass">
{{form.tags}}
......@@ -114,6 +114,10 @@
}
</script>
<style lang="scss" scoped >
.text-wrapper {
white-space: pre-wrap;
}
.labelClass{
width: 250px;
font-size: 13px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment