修复代码警告

This commit is contained in:
xingyu4j
2022-11-08 12:26:06 +08:00
parent fd30368628
commit d730c50dee
10 changed files with 34 additions and 38 deletions

View File

@ -64,14 +64,14 @@ export default {
border-radius: 5px;
background-color: #ebeef5;
box-shadow: 0 0 5px 1px #ccc;
::v-deep .el-image__inner {
:deep(.el-image__inner) {
transition: all 0.3s;
cursor: pointer;
&:hover {
transform: scale(1.2);
}
}
::v-deep .image-slot {
:deep(.image-slot) {
display: flex;
justify-content: center;
align-items: center;