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

This commit is contained in:
see-more 2024-10-09 10:24:47 +08:00 committed by GitHub
parent 0c216ba87a
commit 047264dbbc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,16 +1,14 @@
<template> <template>
<div> <div>
<body> <div>
<div> <el-row type="flex" justify="center">
<el-row type="flex" justify="center"> <h1>{{ loadErrInfo() }}</h1>
<h1>{{ loadErrInfo() }}</h1> </el-row>
</el-row> </div>
</div> <hr />
<hr /> <div>
<div> <el-row type="flex" justify="center"><span>nginx</span></el-row>
<el-row type="flex" justify="center"><span>nginx</span></el-row> </div>
</div>
</body>
</div> </div>
</template> </template>