fix: 增加字段,功能完善修复。
This commit is contained in:
@@ -215,4 +215,25 @@ function listToString(list, separator) {
|
||||
:deep(.hide .el-upload--picture-card) {
|
||||
display: none;
|
||||
}
|
||||
|
||||
// 让图片在一行显示多个
|
||||
.component-upload-image {
|
||||
:deep(.el-upload-list) {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: 8px;
|
||||
}
|
||||
|
||||
:deep(.el-upload--picture-card) {
|
||||
width: 148px;
|
||||
height: 148px;
|
||||
line-height: 148px;
|
||||
}
|
||||
|
||||
:deep(.el-upload-list__item) {
|
||||
width: 148px;
|
||||
height: 148px;
|
||||
margin: 0 !important;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user