up
chenyc
2022-07-18 daaa5d5a99d6a6765e7de5729b61e021021c418f
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,9 +461,10 @@
    box-shadow: 1px 3px 5px 0px #E9E9E9;
}
.imglogo{
    padding-top: 10px;
   width: 102px;
   height: 40px;
   background: #769AFF;
//    background: #769AFF;
}
.titleText{
    text-align: center;