Skip to content

Commit 55fc625

Browse files
author
piexlmax
committed
锁定element版本,修复日志图标
1 parent cac7f8d commit 55fc625

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"axios": "^0.19.2",
1515
"core-js": "^3.6.5",
1616
"echarts": "4.9.0",
17-
"element-plus": "^1.2.0-beta.5",
17+
"element-plus": "1.2.0-beta.5",
1818
"highlight.js": "^10.6.0",
1919
"marked": "^2.0.0",
2020
"mitt": "^3.0.0",

web/src/view/superAdmin/operation/sysOperationRecord.vue

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,7 @@
6666
<pre>{{ fmtBody(scope.row.body) }}</pre>
6767
</div>
6868
<template #reference>
69-
<el-icon>
70-
<view />
71-
</el-icon>
69+
<el-icon style="cursor: pointer;"><warning /></el-icon>
7270
</template>
7371
</el-popover>
7472

@@ -84,9 +82,7 @@
8482
<pre>{{ fmtBody(scope.row.resp) }}</pre>
8583
</div>
8684
<template #reference>
87-
<el-icon>
88-
<view />
89-
</el-icon>
85+
<el-icon style="cursor: pointer;"><warning /></el-icon>
9086
</template>
9187
</el-popover>
9288
<span v-else>无</span>

0 commit comments

Comments
 (0)