style: 图片样式

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

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

Loading…
Cancel
Save