+
{{ door.day }}
@@ -122,9 +137,9 @@ export default class extends Vue {
foreignObject {
cursor: pointer;
- >div {
+ > div {
color: red;
height: inherit;
}
}
-
\ No newline at end of file
+
diff --git a/ui/src/components/door_map/RectangleCanvas.vue b/ui/src/components/door_map/RectangleCanvas.vue
index 816bbe7..d8b4763 100644
--- a/ui/src/components/door_map/RectangleCanvas.vue
+++ b/ui/src/components/door_map/RectangleCanvas.vue
@@ -1,7 +1,18 @@
-
-
+
+
@@ -137,4 +148,4 @@ export default class extends Vue {
* {
cursor: crosshair;
}
-
\ No newline at end of file
+
diff --git a/ui/src/components/door_map/calendar.ts b/ui/src/components/door_map/calendar.ts
index 5b17511..0f40e44 100644
--- a/ui/src/components/door_map/calendar.ts
+++ b/ui/src/components/door_map/calendar.ts
@@ -10,7 +10,7 @@ export class Door {
}
public get day(): number {
- return this._day
+ return this._day;
}
public set day(day: unknown) {
@@ -23,4 +23,4 @@ export class Door {
this._day = Math.max(Math.floor(result), -1);
}
}
-}
\ No newline at end of file
+}
diff --git a/ui/src/components/rects/SVGRect.vue b/ui/src/components/rects/SVGRect.vue
index 8dc4417..5180347 100644
--- a/ui/src/components/rects/SVGRect.vue
+++ b/ui/src/components/rects/SVGRect.vue
@@ -1,6 +1,11 @@
-
+