事务记录

This commit is contained in:
liuye
2022-01-28 09:46:46 +08:00
parent aaca8dfdf8
commit 72fef48d50
5 changed files with 8 additions and 172 deletions

View File

@@ -1,6 +1,6 @@
<template>
<div class="emptyWrap">
<img class="emptyImg" :src="emptyImg">
<img class="emptyImg" :src="emptyImg" :class="noPermit ? 'small-img' : ''">
<div class="emptyText" v-html="description"></div>
</div>
</template>
@@ -39,6 +39,11 @@ export default {
height: initial;
}
.small-img{
width: 282px;
height: 306px;
}
.emptyText {
font-size: 29px;
font-family: PingFangSC-Regular, PingFang SC;