electripper-v2-ui/src/views/bst/areaSub/components/AreaMap.scss

33 lines
473 B
SCSS
Raw Normal View History

2025-04-03 20:54:17 +08:00
// 信息窗体样式
.map-info-window {
padding: 5px;
font-size: 12px;
h4 {
margin: 0 0 10px;
font-size: 14px;
}
.info-actions {
display: flex;
gap: 10px;
}
.info-action {
color: #409eff;
cursor: pointer;
text-decoration: none;
&:hover {
color: #66b1ff;
}
}
2025-04-30 18:22:56 +08:00
}
2025-05-07 16:10:48 +08:00
.device-list-container {
width: 100%;
display: flex;
justify-content: flex-end;
}