From 22affd5e54bed1a8a47b0d3232b93f33834a27ed Mon Sep 17 00:00:00 2001 From: Georg Spar Date: Mon, 19 Jun 2023 14:58:46 +0200 Subject: [PATCH] update itb dyndialog --- assets/mycss.css | 10 ++ components/Bought.vue | 98 +++++++++++++++++++- components/Itembdetail.vue | 139 +++++++++++++++++++++++++++- components/upditemb.vue | 181 +++++++++++++++++++++++++++++++++++++ layouts/default.vue | 1 + plugins/primevue.js | 8 ++ 6 files changed, 430 insertions(+), 7 deletions(-) create mode 100644 components/upditemb.vue diff --git a/assets/mycss.css b/assets/mycss.css index 7f6f8af..d856eaf 100644 --- a/assets/mycss.css +++ b/assets/mycss.css @@ -20,4 +20,14 @@ height: 100%; overflow: hidden; background-attachment: fixed; +} + +.measuretable th { + background-color: antiquewhite; + border: 1px solid; +} + +.measuretable td{ + border: 1px solid grey; + text-align: center; } \ No newline at end of file diff --git a/components/Bought.vue b/components/Bought.vue index f68377f..41aa8d6 100644 --- a/components/Bought.vue +++ b/components/Bought.vue @@ -3,14 +3,17 @@