中建四局-指挥中心:优化了设备管理的样式问题

This commit is contained in:
Luck-Xiaomi 2022-09-09 11:55:23 +08:00
parent 471191d259
commit 1003faf302

View File

@ -347,19 +347,19 @@ export default {
.item {
display: inline-block;
width: calc(100% / 2);
height: 100%;
height: 120%;
color: transparent;
&:nth-child(1) {
transform: translate(-24%, 0%);
transform: translate(-24%, -6%);
}
&:nth-child(2) {
transform: translate(-48%, 0%);
transform: translate(-48%, -6%);
}
&:nth-child(3) {
transform: translate(-75%, 0%);
transform: translate(-75%, -6%);
}
}
}