mh_jy_safe_web/src/routes/toggle.less
2025-08-25 10:08:30 +08:00

17 lines
252 B
Plaintext

.toggle {
display: flex;
flex-direction: row;
// justify-content: space-between;
}
.toggleLeft {
position: absolute;
left: 3%;
top:50%;
z-index: 99;
}
.toggleRight {
position: absolute;
right: 3%;
top:50%;
z-index: 99;
}