style: 图片样式

environments/test/deployments/1
向文可 2 years ago
parent 3c0e887e43
commit 5351cc4587

@ -107,19 +107,18 @@
bottom: 0;
right: 0;
}
:deep(.el-image) {
width: v-bind(width);
height: v-bind(height);
:deep(.image-slot) {
display: flex;
justify-content: center;
align-items: center;
width: 100%;
height: 100%;
background: #f5f7fa;
color: var(--el-text-color-secondary);
font-size: 30px;
}
}
}
:deep(.el-image) {
width: v-bind(width);
height: v-bind(height);
}
:deep(.image-slot) {
display: flex;
justify-content: center;
align-items: center;
width: 100%;
height: 100%;
color: var(--el-text-color-secondary);
font-size: 30px;
}
</style>

Loading…
Cancel
Save