ss-dp/src/views/Home/components/Business/SiQuan/index.less

39 lines
658 B
Plaintext
Raw Normal View History

2026-01-21 16:29:13 +08:00
.siquan-view {
width: 100%;
2026-02-08 10:37:07 +08:00
height: 100%;
2026-01-26 17:55:28 +08:00
position: relative;
2026-01-21 16:29:13 +08:00
2026-01-26 17:55:28 +08:00
@import "../common.less";
2026-01-21 16:29:13 +08:00
// Responsive adjustments
@media screen and (max-width: 1366px) {
gap: 10px;
.side-panel {
flex: 0 0 28%;
}
}
.left-part, .right-part {
2026-01-26 17:55:28 +08:00
width: 100%;
2026-01-21 16:29:13 +08:00
height: 100%;
display: flex;
flex-direction: column;
justify-content: space-between;
2026-01-26 17:55:28 +08:00
padding: 0;
2026-01-21 16:29:13 +08:00
box-sizing: border-box;
2026-01-26 17:55:28 +08:00
// .panel-card styles are now imported from common.less
2026-01-21 16:29:13 +08:00
}
.left-part {
.card-1 { flex: 4; }
.card-2 { flex: 5; }
}
.right-part {
2026-01-27 17:59:11 +08:00
.card-1 { flex: 5; }
2026-01-21 16:29:13 +08:00
.card-2 { flex: 3; }
2026-01-27 17:59:11 +08:00
.card-3 { flex: 2; }
2026-01-21 16:29:13 +08:00
}
}