bug
This commit is contained in:
@@ -21,11 +21,11 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="middle">
|
||||
<div class="middle" :class="data.length ? '' : 'middle1'">
|
||||
<div class="record">异常情况记录</div>
|
||||
|
||||
<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="bottom">
|
||||
<div class="time">2021-12-06 13:23</div>
|
||||
@@ -69,7 +69,7 @@ export default {
|
||||
props: {},
|
||||
data() {
|
||||
return {
|
||||
data: [{ name: '张三' }],
|
||||
data: [],
|
||||
addShow: false,
|
||||
content: '',
|
||||
flag: false,
|
||||
@@ -139,6 +139,7 @@ export default {
|
||||
.ErrorDetail {
|
||||
background: #f3f6f9;
|
||||
padding-bottom: 142px;
|
||||
|
||||
.top {
|
||||
padding: 32px 52px 40px 48px;
|
||||
background: #fff;
|
||||
@@ -232,12 +233,17 @@ export default {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.emptyWrap {
|
||||
background: #f3f6f9;
|
||||
margin-top: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.middle1 {
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
.fixed {
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
|
||||
Reference in New Issue
Block a user