mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-09 22:00:41 +08:00
Manual fixes
This commit is contained in:
@@ -50,7 +50,3 @@ export default {
|
||||
},
|
||||
}
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
|
||||
</style>
|
||||
|
@@ -12,11 +12,11 @@ export default {
|
||||
props: {
|
||||
value: [String, Number],
|
||||
time: {
|
||||
Number,
|
||||
type: Number,
|
||||
default: 0.3,
|
||||
},
|
||||
unit: {
|
||||
String,
|
||||
type: String,
|
||||
default: "ms",
|
||||
},
|
||||
},
|
||||
@@ -61,7 +61,3 @@ export default {
|
||||
|
||||
}
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
|
||||
</style>
|
||||
|
@@ -35,7 +35,3 @@ export default {
|
||||
},
|
||||
}
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
|
||||
</style>
|
||||
|
@@ -69,7 +69,7 @@ export default {
|
||||
let width
|
||||
if (this.maxBeat > 0) {
|
||||
width = (this.beatWidth + this.beatMargin * 2) * this.maxBeat + (leftRight * 2) + "px"
|
||||
} {
|
||||
} else {
|
||||
width = "100%"
|
||||
}
|
||||
|
||||
|
@@ -496,7 +496,3 @@ export default {
|
||||
},
|
||||
}
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
|
||||
</style>
|
||||
|
@@ -17,8 +17,8 @@ export default {
|
||||
} if (this.status === 2) {
|
||||
return "warning"
|
||||
}
|
||||
return "secondary"
|
||||
|
||||
return "secondary"
|
||||
},
|
||||
|
||||
text() {
|
||||
@@ -29,8 +29,8 @@ export default {
|
||||
} if (this.status === 2) {
|
||||
return "Pending"
|
||||
}
|
||||
return "Unknown"
|
||||
|
||||
return "Unknown"
|
||||
},
|
||||
},
|
||||
}
|
||||
|
@@ -8,7 +8,7 @@ export default {
|
||||
monitor: Object,
|
||||
type: String,
|
||||
pill: {
|
||||
Boolean,
|
||||
type: Boolean,
|
||||
default: false,
|
||||
},
|
||||
},
|
||||
@@ -57,7 +57,3 @@ export default {
|
||||
},
|
||||
}
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
|
||||
</style>
|
||||
|
Reference in New Issue
Block a user