feat:新增联系我们
This commit is contained in:
@@ -1,18 +1,15 @@
|
||||
<template class="back-color">
|
||||
<template>
|
||||
<div class="content-main">
|
||||
<RouterView />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<style scoped>
|
||||
.body-main {
|
||||
min-height: 10rem;
|
||||
min-width: 10rem;
|
||||
background-color: #f0f2f5;
|
||||
}
|
||||
.content-main {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
min-height: 1150px;
|
||||
/* min-height: 1150px; */
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user