no message

Former-commit-id: 8544b56f6e2736a9906492ae204b30c7f7949c28
Former-commit-id: cf6ed63d9a8f887e58bbfb5a60e01b6d3c0cd2ff
Former-commit-id: 4bc9a097fce7c2cefa732ab7c33590cabbfe5c68
Former-commit-id: 4583cfb98dd544dacc31d1bfbcbc4528bb3b8015
This commit is contained in:
liyang
2018-06-12 15:07:22 +08:00
parent 4e4716ba76
commit e3b33c9509

View File

@@ -5,7 +5,7 @@
</template> </template>
<h1 class="d2-mt-0">当前时间</h1> <h1 class="d2-mt-0">当前时间</h1>
<el-row :gutter="20" class="d2-mt"> <el-row :gutter="20" class="d2-mt">
<el-col :span="8"><el-card shadow="never"><d2-highlight slot="header" :code="`now.format('YYYY年M月D日 HH:mm:ss')`"/>{{now.format('YYYY年M月D日 HH:mm:ss')}}</el-card></el-col> <el-col :span="24"><el-card shadow="never"><d2-highlight slot="header" :code="`now.format('YYYY年M月D日 HH:mm:ss')`"/>{{now.format('YYYY年M月D日 HH:mm:ss')}}</el-card></el-col>
</el-row> </el-row>
<h1>获取</h1> <h1>获取</h1>
<el-row :gutter="20" class="d2-mt"> <el-row :gutter="20" class="d2-mt">