[update] 53952

This commit is contained in:
zhaomeijing
2022-06-16 10:44:29 +08:00
parent a1913379da
commit 4eac4f82b2
2 changed files with 17 additions and 6 deletions
@@ -186,10 +186,21 @@
}
}
}
.ant-upload-list-text{
position: absolute;
top: 140px;
right: 240px;
@media screen and (min-width: 1600px) and (max-width: 2000px) {
.ant-upload-list-text{
position: absolute;
top: 140px;
right: 240px;
}
}
}
@media screen and (min-width: 600px) and (max-width: 1600px) {
.ant-upload-list-item {
position: relative;
height: 22px;
margin-top: -22px;
font-size: 14px;
margin-right: 80px;
}
}
</style>