Responsive
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
This commit is contained in:
parent
10387ee40b
commit
bf250b77ef
|
@ -22,4 +22,35 @@ vn-monitor-index {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
width: 400px
|
width: 400px
|
||||||
}
|
}
|
||||||
|
|
||||||
|
vn-horizontal {
|
||||||
|
flex-wrap: wrap
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (max-width:1500px) {
|
||||||
|
vn-monitor-index {
|
||||||
|
& > vn-horizontal {
|
||||||
|
flex-direction: column-reverse;
|
||||||
|
}
|
||||||
|
|
||||||
|
& > vn-horizontal > vn-one {
|
||||||
|
flex: none;
|
||||||
|
width: 100%;
|
||||||
|
|
||||||
|
& > vn-vertical {
|
||||||
|
position: initial;
|
||||||
|
flex-direction: row;
|
||||||
|
width: 100%;
|
||||||
|
|
||||||
|
vn-monitor-sales-clients {
|
||||||
|
margin-right: 15px
|
||||||
|
}
|
||||||
|
|
||||||
|
vn-table.scrollable {
|
||||||
|
height: 300px
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue