chore;删除error_code组件的body标签 (#6656)

pull/6659/head
see-more 2 months ago committed by GitHub
parent 0c216ba87a
commit 047264dbbc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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>

Loading…
Cancel
Save