mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-01-19 02:48:06 +00:00
style: fix linting errors
This commit is contained in:
parent
661fa87134
commit
c444d78706
1 changed files with 5 additions and 5 deletions
|
@ -141,8 +141,8 @@ export default {
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
/**
|
/**
|
||||||
* Changes the collapsed value of the current monitor and saves it to local storage
|
* Changes the collapsed value of the current monitor and saves it to local storage
|
||||||
*/
|
*/
|
||||||
changeCollapsed() {
|
changeCollapsed() {
|
||||||
this.isCollapsed = !this.isCollapsed;
|
this.isCollapsed = !this.isCollapsed;
|
||||||
|
|
||||||
|
@ -182,7 +182,7 @@ export default {
|
||||||
|
|
||||||
.collapse-padding {
|
.collapse-padding {
|
||||||
padding-left: 8px !important;
|
padding-left: 8px !important;
|
||||||
padding-right: 2px !important;
|
padding-right: 2px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
// .monitor-item {
|
// .monitor-item {
|
||||||
|
@ -198,11 +198,11 @@ export default {
|
||||||
}
|
}
|
||||||
|
|
||||||
.collapsed {
|
.collapsed {
|
||||||
transform: rotate(-90deg);
|
transform: rotate(-90deg);
|
||||||
}
|
}
|
||||||
|
|
||||||
.animated {
|
.animated {
|
||||||
transition: all 0.2s $easing-in;
|
transition: all 0.2s $easing-in;
|
||||||
}
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in a new issue