1
This commit is contained in:
parent
fc07527cb5
commit
a7957a3b25
@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<div class="app-container home">
|
||||
<p style="font-weight: bold;font-size: 30px"> 通告快接管理系统</p>
|
||||
<div class="app-container home" style="padding-top: 25%">
|
||||
<div> 欢迎进入通告快接管理后台</div>
|
||||
|
||||
</div>
|
||||
</template>
|
||||
@ -24,6 +24,13 @@ export default {
|
||||
|
||||
<style scoped lang="scss">
|
||||
.home {
|
||||
display: flex !important;
|
||||
justify-content: center !important;
|
||||
align-content: center !important;
|
||||
height: calc(100vh - 50px) !important;
|
||||
font-weight: bold !important;
|
||||
font-size: 40px !important;
|
||||
|
||||
blockquote {
|
||||
padding: 10px 20px;
|
||||
margin: 0 0 20px;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user