From 1595cb282aab5399862fac6406b5de550863e3b6 Mon Sep 17 00:00:00 2001 From: 疯狂的狮子Li <15040126243@163.com> Date: 星期一, 03 四月 2023 00:05:09 +0800 Subject: [PATCH] update 调整代码格式 --- src/views/error/401.vue | 36 ++++++++++++++++++------------------ 1 files changed, 18 insertions(+), 18 deletions(-) diff --git a/src/views/error/401.vue b/src/views/error/401.vue index e163a31..63c03ba 100644 --- a/src/views/error/401.vue +++ b/src/views/error/401.vue @@ -1,22 +1,22 @@ <template> - <div class="errPage-container"> - <el-button icon="arrow-left" class="pan-back-btn" @click="back"> 杩斿洖 </el-button> - <el-row> - <el-col :span="12"> - <h1 class="text-jumbo text-ginormous">401閿欒!</h1> - <h2>鎮ㄦ病鏈夎闂潈闄愶紒</h2> - <h6>瀵逛笉璧凤紝鎮ㄦ病鏈夎闂潈闄愶紝璇蜂笉瑕佽繘琛岄潪娉曟搷浣滐紒鎮ㄥ彲浠ヨ繑鍥炰富椤甸潰</h6> - <ul class="list-unstyled"> - <li class="link-type"> - <router-link to="/"> 鍥為椤� </router-link> - </li> - </ul> - </el-col> - <el-col :span="12"> - <img :src="errGif" width="313" height="428" alt="Girl has dropped her ice cream." /> - </el-col> - </el-row> - </div> + <div class="errPage-container"> + <el-button icon="arrow-left" class="pan-back-btn" @click="back"> 杩斿洖 </el-button> + <el-row> + <el-col :span="12"> + <h1 class="text-jumbo text-ginormous">401閿欒!</h1> + <h2>鎮ㄦ病鏈夎闂潈闄愶紒</h2> + <h6>瀵逛笉璧凤紝鎮ㄦ病鏈夎闂潈闄愶紝璇蜂笉瑕佽繘琛岄潪娉曟搷浣滐紒鎮ㄥ彲浠ヨ繑鍥炰富椤甸潰</h6> + <ul class="list-unstyled"> + <li class="link-type"> + <router-link to="/"> 鍥為椤� </router-link> + </li> + </ul> + </el-col> + <el-col :span="12"> + <img :src="errGif" width="313" height="428" alt="Girl has dropped her ice cream." /> + </el-col> + </el-row> + </div> </template> <script setup lang="ts"> -- Gitblit v1.9.3