[update] 拆分结果1920分辨率bug

This commit is contained in:
zhaomeijing
2022-06-16 15:59:24 +08:00
parent cfffa986e9
commit e3d1ec4d45
@@ -191,10 +191,17 @@
}
@media screen and (min-width: 1600px) and (max-width: 2000px) {
.ant-upload-list-text {
position: absolute;
top: 140px;
right: 240px;
//.ant-upload-list-text {
// position: absolute;
// top: 140px;
// right: 240px;
//}
.ant-upload-list-item {
position: relative;
height: 22px;
margin-top: -22px;
font-size: 14px;
margin-right: 80px;
}
}
@media screen and (min-width: 600px) and (max-width: 1600px) {