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 {
|
||||
margin-top: 16px;
|
||||
margin-top: 10px;
|
||||
padding: 20px;
|
||||
background: #fff;
|
||||
|
||||
|
@@ -104,7 +104,7 @@ export default {
|
||||
padding: 26px 0 10px;
|
||||
& >>> .echarts {
|
||||
width: 100% !important;
|
||||
height: 272px !important;
|
||||
height: 278px !important;
|
||||
}
|
||||
}
|
||||
|
||||
|
@@ -234,8 +234,9 @@ export default {
|
||||
<style lang="scss" scoped>
|
||||
.echarts {
|
||||
width: 100%;
|
||||
height: 266px;
|
||||
height: 272px;
|
||||
}
|
||||
|
||||
@media print {
|
||||
.disabled-when-print {
|
||||
display: none;
|
||||
|
Reference in New Issue
Block a user