fix:群控系统>控制面板的样式和逻辑修改
This commit is contained in:
@@ -16,26 +16,30 @@
|
||||
perspective-origin: 850px -160px;
|
||||
// 左上角区域切换功能
|
||||
.btn-box {
|
||||
width: 120px;
|
||||
width: 100px;
|
||||
position: sticky;
|
||||
top: 10px;
|
||||
left: 10px;
|
||||
top: 15px;
|
||||
margin-left: 10px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 8px;
|
||||
.btn-item {
|
||||
cursor: pointer;
|
||||
width: 100%;
|
||||
height: 40px;
|
||||
height: 35px;
|
||||
border-radius: 4px;
|
||||
background: rgba(39, 120, 255, 1);
|
||||
// background: rgba(39, 120, 255, 1);
|
||||
background: rgb(7, 72, 116);
|
||||
border: 1px solid rgba(51, 199, 255, 1);
|
||||
box-shadow: 0px 10px 15px rgba(0, 54, 136, 0.3);
|
||||
font-size: 18px;
|
||||
font-size: 16px;
|
||||
color: white;
|
||||
}
|
||||
.btnActive {
|
||||
background: rgba(39, 120, 255, 1);
|
||||
}
|
||||
.btn-item:hover {
|
||||
color: black;
|
||||
color: white;
|
||||
}
|
||||
}
|
||||
// 大区分区
|
||||
@@ -128,7 +132,10 @@
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
}
|
||||
.drawer-item {
|
||||
position: relative;
|
||||
// 抽屉关闭按钮
|
||||
.drawer-box-out {
|
||||
width: 30px;
|
||||
@@ -145,5 +152,4 @@
|
||||
align-items: center;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user