File tree Expand file tree Collapse file tree 5 files changed +43
-28
lines changed Expand file tree Collapse file tree 5 files changed +43
-28
lines changed Original file line number Diff line number Diff line change 11<template >
2- <div class =" box" >
3- <div class =" logo" >
4- 404
5- </div >
6- <div class =" message" >
7- Page Not Found
8- </div >
2+ <div >
3+ <el-card style =" height : 700px ;" >
4+ <div slot =" header" class =" clearfix" >
5+ <i class =" el-icon-warning" />
6+ Error
7+ </div >
8+ <div class =" box" >
9+ <div class =" logo" >
10+ 404
11+ </div >
12+ <el-divider />
13+ <div class =" message" >
14+ Page Not Found
15+ </div >
16+ </div >
17+ </el-card >
918 </div >
1019</template >
1120
@@ -17,7 +26,7 @@ export default {
1726
1827<style scoped>
1928.logo {
20- font-size : 5 em ;
29+ font-size : 8 em ;
2130}
2231
2332.message {
Original file line number Diff line number Diff line change 11<template >
2- <el-carousel trigger =" click" :interval =" 5000" arrow =" none" id =" carousel" >
3- <el-carousel-item v-for =" item in 4" :key =" item" ></el-carousel-item >
4- </el-carousel >
2+ <div >
3+ <el-carousel trigger =" click" :interval =" 5000" arrow =" none" id =" carousel" >
4+ <el-carousel-item v-for =" item in 4" :key =" item" ></el-carousel-item >
5+ </el-carousel >
6+ </div >
57</template >
68
79<script >
Original file line number Diff line number Diff line change 11<template >
2- <div class =" markdown-container" >
3- <div v-html =" renderedContent" v-katex:auto ></div >
4- </div >
2+ <div class =" markdown-container" >
3+ <div v-html =" renderedContent" v-katex:auto ></div >
4+ </div >
55</template >
66
77<script >
Original file line number Diff line number Diff line change 11<template >
2- <textarea ref =" editor" v-model =" source" />
2+ <div >
3+ <textarea ref =" editor" v-model =" source" />
4+ </div >
35</template >
46
57<script >
Original file line number Diff line number Diff line change 11<template >
2- <el-card >
3- <i class =" el-icon-s-promotion" />
4- Jump to
5- <el-input
6- placeholder =" PID"
7- v-model =" jumpToProblem"
8- class =" input-with-select"
9- style =" margin-top : 9px ;"
10- >
11- <template slot="prepend">#.</template >
12- <el-button slot =" append" icon =" el-icon-top-right" @click =" jump" ></el-button >
13- </el-input >
14- </el-card >
2+ <div >
3+ <el-card >
4+ <i class =" el-icon-s-promotion" />
5+ Jump to
6+ <el-input
7+ placeholder =" PID"
8+ v-model =" jumpToProblem"
9+ class =" input-with-select"
10+ style =" margin-top : 9px ;"
11+ >
12+ <template slot="prepend">#.</template >
13+ <el-button slot =" append" icon =" el-icon-top-right" @click =" jump" ></el-button >
14+ </el-input >
15+ </el-card >
16+ </div >
1517</template >
1618
1719<script >
You can’t perform that action at this time.
0 commit comments