From 26a2374f1d32ca7a2d79051162fb6e926ea2d36c Mon Sep 17 00:00:00 2001 From: Cagatay Civici Date: Tue, 2 Apr 2024 12:21:07 +0300 Subject: [PATCH] Visual updates to orderlist-picklist demos --- .../themes/primeone/base/picklist/index.js | 4 + doc/orderlist/BasicDoc.vue | 8 +- doc/orderlist/TemplateDoc.vue | 74 +++++++++--------- doc/picklist/BasicDoc.vue | 8 +- doc/picklist/TemplateDoc.vue | 76 +++++++++---------- 5 files changed, 81 insertions(+), 89 deletions(-) diff --git a/components/lib/themes/primeone/base/picklist/index.js b/components/lib/themes/primeone/base/picklist/index.js index 76d51145f..1d61eb2f2 100644 --- a/components/lib/themes/primeone/base/picklist/index.js +++ b/components/lib/themes/primeone/base/picklist/index.js @@ -15,5 +15,9 @@ export default { .p-picklist-list-wrapper { flex: 1 1 50%; } + +.p-picklist .p-listbox { + height: 100%; +} ` }; diff --git a/doc/orderlist/BasicDoc.vue b/doc/orderlist/BasicDoc.vue index 1ea1d9476..42329316b 100644 --- a/doc/orderlist/BasicDoc.vue +++ b/doc/orderlist/BasicDoc.vue @@ -3,7 +3,7 @@

OrderList requires an array as its value bound with the v-model directive and item template for its content.

- + @@ -21,7 +21,7 @@ export default { products: null, code: { basic: ` - + @@ -30,7 +30,7 @@ export default { options: `