From 2755a194eb094a09d2031137d66fb768c10b55a8 Mon Sep 17 00:00:00 2001 From: chfhtw Date: Wed, 30 Jul 2025 15:12:20 +0200 Subject: [PATCH] searchbar remove redundant cssclass option --- public/js/apps/Cis.js | 1 - public/js/components/Stv/Studentenverwaltung.js | 7 +++++-- public/js/components/searchbar/searchbar.js | 15 +++++++-------- 3 files changed, 12 insertions(+), 11 deletions(-) diff --git a/public/js/apps/Cis.js b/public/js/apps/Cis.js index 14dd7d853..98c8ad65d 100644 --- a/public/js/apps/Cis.js +++ b/public/js/apps/Cis.js @@ -13,7 +13,6 @@ const app = Vue.createApp({ return { searchbaroptions: { origin: "cis", - cssclass: "", calcheightonly: true, types: { employee: Vue.computed(() => this.$p.t("search/type_employee")), diff --git a/public/js/components/Stv/Studentenverwaltung.js b/public/js/components/Stv/Studentenverwaltung.js index 280ab8ebf..4770df72f 100644 --- a/public/js/components/Stv/Studentenverwaltung.js +++ b/public/js/components/Stv/Studentenverwaltung.js @@ -73,7 +73,6 @@ export default { selected: [], searchbaroptions: { origin: 'stv', - cssclass: "position-relative", calcheightonly: true, types: { student: Vue.computed(() => this.$p.t('search/type_student')), @@ -233,7 +232,11 @@ export default {
diff --git a/public/js/components/searchbar/searchbar.js b/public/js/components/searchbar/searchbar.js index 86602bec2..a63365d29 100644 --- a/public/js/components/searchbar/searchbar.js +++ b/public/js/components/searchbar/searchbar.js @@ -73,14 +73,13 @@ export default { } }, template: /*html*/` -
+