fix:群控系统>控制面板的样式和逻辑修改

This commit is contained in:
chenpingsen
2024-08-09 09:09:57 +08:00
parent 4395408f68
commit cce83ee700
11 changed files with 724 additions and 586 deletions

View File

@@ -413,12 +413,22 @@
.zmhlbtn {
position: relative;
}
// 禁用图标
.anticon-stop {
position: absolute;
right: 3px;
bottom: 3px;
overflow: hidden;
.btn-back {
position: absolute;
width: 50px;
height: 50px;
right: -25px;
bottom: -30px;
transform: rotate(45deg);
background: orange;
// 禁用图标
.anticon-stop {
transform: rotate(-45deg) scale(0.9);
position: absolute;
left: 3px;
top: 15px;
}
}
}
}