add:照明系统交互

This commit is contained in:
chenpingsen
2024-07-18 15:29:22 +08:00
parent a6f77afe70
commit 429909a712
8 changed files with 959 additions and 793 deletions

View File

@@ -3,6 +3,7 @@
right: 496px;
width: 500px;
height: 100%;
z-index: 99;
top: 0;
bottom: 0;
margin: auto;
@@ -12,6 +13,7 @@
display: flex;
padding: 25px;
flex-direction: column;
transition: all ease 0.5s;
.content {
overflow-y: scroll;
.div-operation {
@@ -138,4 +140,11 @@
color: black;
}
}
}
.fade-enter-active, .fade-leave-active {
transform: translateX(0px);
}
.fade-enter-from, .fade-leave-to {
transform: translateX(496px);
}