This commit is contained in:
花有清香月有阴
2022-01-10 17:59:35 +08:00
parent 3b28a05b45
commit 2bb555193a

View File

@@ -21,11 +21,11 @@
</div> </div>
</div> </div>
<div class="middle"> <div class="middle" :class="data.length ? '' : 'middle1'">
<div class="record">异常情况记录</div> <div class="record">异常情况记录</div>
<template class="templates" v-if="data.length"> <template class="templates" v-if="data.length">
<div class="templatess" v-for="(item, index) in 8" :key="index"> <div class="templatess" v-for="(item, index) in 13" :key="index">
<div class="cont">于2022年1月7日早上10:00自测体温38家人也有咳嗽情况初步诊断为上呼吸道感染</div> <div class="cont">于2022年1月7日早上10:00自测体温38家人也有咳嗽情况初步诊断为上呼吸道感染</div>
<div class="bottom"> <div class="bottom">
<div class="time">2021-12-06 13:23</div> <div class="time">2021-12-06 13:23</div>
@@ -69,7 +69,7 @@ export default {
props: {}, props: {},
data() { data() {
return { return {
data: [{ name: '张三' }], data: [],
addShow: false, addShow: false,
content: '', content: '',
flag: false, flag: false,
@@ -139,6 +139,7 @@ export default {
.ErrorDetail { .ErrorDetail {
background: #f3f6f9; background: #f3f6f9;
padding-bottom: 142px; padding-bottom: 142px;
.top { .top {
padding: 32px 52px 40px 48px; padding: 32px 52px 40px 48px;
background: #fff; background: #fff;
@@ -232,12 +233,17 @@ export default {
} }
} }
} }
.emptyWrap { .emptyWrap {
background: #f3f6f9; background: #f3f6f9;
margin-top: 0; margin-top: 0;
} }
} }
.middle1 {
padding-bottom: 0;
}
.fixed { .fixed {
position: fixed; position: fixed;
bottom: 0; bottom: 0;