Skip to content

Commit

Permalink
chore;删除error_code组件的body标签 (#6656)
Browse files Browse the repository at this point in the history
  • Loading branch information
see-more authored Oct 9, 2024
1 parent 0c216ba commit 047264d
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions frontend/src/components/error-message/error_code.vue
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
<template>
<div>
<body>
<div>
<el-row type="flex" justify="center">
<h1>{{ loadErrInfo() }}</h1>
</el-row>
</div>
<hr />
<div>
<el-row type="flex" justify="center"><span>nginx</span></el-row>
</div>
</body>
<div>
<el-row type="flex" justify="center">
<h1>{{ loadErrInfo() }}</h1>
</el-row>
</div>
<hr />
<div>
<el-row type="flex" justify="center"><span>nginx</span></el-row>
</div>
</div>
</template>

Expand Down

0 comments on commit 047264d

Please sign in to comment.