diff --git a/frontend/src/assets/svg/for.svg b/frontend/src/assets/svg/for.svg new file mode 100644 index 00000000..01c15df0 --- /dev/null +++ b/frontend/src/assets/svg/for.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/frontend/src/assets/svg/not-building.svg b/frontend/src/assets/svg/not-building.svg new file mode 100644 index 00000000..547e671f --- /dev/null +++ b/frontend/src/assets/svg/not-building.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/frontend/src/components/BasicTable/index.vue b/frontend/src/components/BasicTable/index.vue index 9148e7cf..beda4dad 100644 --- a/frontend/src/components/BasicTable/index.vue +++ b/frontend/src/components/BasicTable/index.vue @@ -664,24 +664,20 @@ const enhancedColumns = computed(() => { }, h( Tooltip, - { - title: String(text) - }, - { - default: () => h( - 'span', - { - style: { - display: 'inline-block', - maxWidth: '100%', - overflow: 'hidden', - textOverflow: 'ellipsis', - whiteSpace: 'nowrap' - } - }, - String(text) - ) - } + { title: String(text) }, + h( + 'span', + { + style: { + display: 'inline-block', + maxWidth: '100%', + overflow: 'hidden', + textOverflow: 'ellipsis', + whiteSpace: 'nowrap' + } + }, + String(text) + ) ) ); } diff --git a/frontend/src/components/MapModal/components/EarlyWarningAlert.vue b/frontend/src/components/MapModal/components/EarlyWarningAlert.vue index 7d7488da..60315a09 100644 --- a/frontend/src/components/MapModal/components/EarlyWarningAlert.vue +++ b/frontend/src/components/MapModal/components/EarlyWarningAlert.vue @@ -4,7 +4,8 @@
+