This commit is contained in:
liuye
2022-04-07 18:35:43 +08:00
parent d5acaec0ba
commit aea786945f
9 changed files with 494 additions and 16 deletions

View File

@@ -700,9 +700,11 @@ export default {
background: #F7F7F7;
border: 1px solid #DDDDDD;
padding: 20px;
text-align: center;
width: 100%;
.el-image {
width: 100%;
width: 100%!important;
height: 100%;
background: #fff;
border: 1px solid #EEEEEE;
@@ -1157,6 +1159,7 @@ export default {
justify-content: flex-end;
}
}
}
</style>