From daaa5d5a99d6a6765e7de5729b61e021021c418f Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期一, 18 七月 2022 10:23:39 +0800
Subject: [PATCH] up
---
src/views/home/index.vue | 25 +++++++++++++++++--------
1 files changed, 17 insertions(+), 8 deletions(-)
diff --git a/src/views/home/index.vue b/src/views/home/index.vue
index e15298d..3211da5 100644
--- a/src/views/home/index.vue
+++ b/src/views/home/index.vue
@@ -6,7 +6,10 @@
import { reactive, computed, toRefs, onMounted, ref, watch } from "vue"
import { sendPationCode, sendPationSet } from '../../samples/sockteStomp'
import { formatDate } from '@/utils/formatTime'
+import logo from '@/assets/LOGO.png'
import state1 from '@/assets/state1.png'
+import state2 from '@/assets/state2.png'
+import state3 from '@/assets/state3.png'
import { number } from 'yargs'
export default {
@@ -86,6 +89,9 @@
}
const state = reactive({
state1:state1,
+ state2:state2,
+ state3:state3,
+ logo:logo,
dialogVisible: false,
isActive: false,
inputCode: "",
@@ -228,7 +234,9 @@
<div>
<el-row>
<el-col :span="6">
- <div class="imglogo"></div>
+ <div class="imglogo">
+ <el-image :src="logo" />
+ </div>
</el-col>
<el-col :span="2">
@@ -453,19 +461,20 @@
box-shadow: 1px 3px 5px 0px #E9E9E9;
}
.imglogo{
+ padding-top: 10px;
width: 102px;
height: 40px;
- background: #769AFF;
+// background: #769AFF;
}
.titleText{
text-align: center;
height: 38px;
-font-size: 27px;
-font-family: PingFangSC-Medium, PingFang SC;
-font-weight: 500;
-color: #333333;
-line-height: 38px;
-letter-spacing: 1px;
+ font-size: 27px;
+ font-family: PingFangSC-Medium, PingFang SC;
+ font-weight: 500;
+ color: #333333;
+ line-height: 38px;
+ letter-spacing: 1px;
}
.clockNum{
width: 100%;
--
Gitblit v1.8.0