mirror of
https://github.com/jumpserver/lina.git
synced 2025-10-21 23:59:22 +00:00
fix: dashboard card alignment
This commit is contained in:
@@ -114,7 +114,7 @@ export default {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.box {
|
.box {
|
||||||
margin-top: 16px;
|
margin-top: 10px;
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
|
|
||||||
|
@@ -104,7 +104,7 @@ export default {
|
|||||||
padding: 26px 0 10px;
|
padding: 26px 0 10px;
|
||||||
& >>> .echarts {
|
& >>> .echarts {
|
||||||
width: 100% !important;
|
width: 100% !important;
|
||||||
height: 272px !important;
|
height: 278px !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -232,19 +232,20 @@ export default {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
.echarts {
|
.echarts {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 266px;
|
height: 272px;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media print {
|
||||||
|
.disabled-when-print {
|
||||||
|
display: none;
|
||||||
}
|
}
|
||||||
@media print {
|
.enabled-when-print {
|
||||||
.disabled-when-print{
|
display: inherit !important;
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
.enabled-when-print{
|
|
||||||
display: inherit !important;
|
|
||||||
}
|
|
||||||
.print-margin{
|
|
||||||
margin-top: 10px;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
.print-margin {
|
||||||
|
margin-top: 10px;
|
||||||
|
}
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
Reference in New Issue
Block a user