mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2024-11-27 20:49:03 +08:00
chore;删除error_code组件的body标签 (#6656)
This commit is contained in:
parent
0c216ba87a
commit
047264dbbc
@ -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>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user