style: 图片样式

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

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

Loading…
Cancel
Save