|
@@ -1,5 +1,19 @@
|
|
|
<template>
|
|
|
- <div class="app-container home">
|
|
|
+ <div class="app-container home" >
|
|
|
+ <div class="inde">
|
|
|
+ <el-row type="flex" justify="start">
|
|
|
+ <el-col>
|
|
|
+ <el-row><span style="padding: 20px;font-weight: bolder;font-size: 40px;color: #000;">welcome</span></el-row>
|
|
|
+ <el-row><span style="padding: 20px;color: #000;">欢迎登录精确营销后台管理系统</span></el-row>
|
|
|
+ </el-col>
|
|
|
+ </el-row>
|
|
|
+ <el-row type="flex" align="middle" justify="center" style="width: 100%;height: 800px;">
|
|
|
+ <el-image
|
|
|
+ :src="require('@/assets/img.png')"
|
|
|
+ style="width: 40%;"
|
|
|
+ :fit="fit"></el-image>
|
|
|
+ </el-row>
|
|
|
+ </div>
|
|
|
<!-- <el-row :gutter="20">
|
|
|
<el-col :sm="24" :lg="12" style="padding-left: 20px">
|
|
|
<h2>精确营销后台管理系统 后台管理框架</h2>
|
|
@@ -115,6 +129,7 @@ export default {
|
|
|
return {
|
|
|
// 版本号
|
|
|
version: "4.8.0",
|
|
|
+ fit: "fill",
|
|
|
};
|
|
|
},
|
|
|
methods: {
|
|
@@ -127,6 +142,11 @@ export default {
|
|
|
|
|
|
<style scoped lang="scss">
|
|
|
.home {
|
|
|
+ height: 100%;
|
|
|
+ .inde {
|
|
|
+ background-color: #E5EFFF;
|
|
|
+ height: 100%;
|
|
|
+ }
|
|
|
blockquote {
|
|
|
padding: 10px 20px;
|
|
|
margin: 0 0 20px;
|