|
|
|
@ -1,7 +1,7 @@
|
|
|
|
<template>
|
|
|
|
<template>
|
|
|
|
<div class="home-wrapper">
|
|
|
|
<div class="home-wrapper">
|
|
|
|
<el-card style="margin: 20px 20px; font-size: 14px">
|
|
|
|
<el-card style="margin: 20px 20px; font-size: 14px">
|
|
|
|
<div slot="header"><span>工作台</span></div>
|
|
|
|
<div slot="header"><span>讲解视频:</span><a href="https://www.bilibili.com/video/BV16N4y1d7MM/" target="_blank">https://www.bilibili.com/video/BV16N4y1d7MM/</a></div>
|
|
|
|
<div class="first"><img alt="" :src="avatar" style="width: 50px; height: 50px; float:left; margin-right:10px;border-radius:50%" />
|
|
|
|
<div class="first"><img alt="" :src="avatar" style="width: 50px; height: 50px; float:left; margin-right:10px;border-radius:50%" />
|
|
|
|
<p style="font-size:16px;margin-bottom:8px">{{name}},{{hello}}</p>
|
|
|
|
<p style="font-size:16px;margin-bottom:8px">{{name}},{{hello}}</p>
|
|
|
|
<p style="font-size:12px;color:rgb(185, 181, 189)">今天是:{{nowTime}}</p>
|
|
|
|
<p style="font-size:12px;color:rgb(185, 181, 189)">今天是:{{nowTime}}</p>
|
|
|
|
|