fix: update table input field dropdown border color and pagination dropdown

This commit is contained in:
Ramesh Mane
2023-12-05 18:01:22 +05:30
parent 546ddf15b9
commit 34fc6f4100
20 changed files with 39 additions and 22 deletions

View File

@@ -273,7 +273,7 @@ const isColDisabled = computed(() => {
:placeholder="placeholder"
:allow-clear="!readOnly && !localState && !isPk"
:input-read-only="true"
:dropdown-class-name="`${randomClass} nc-picker-datetime ${open ? 'active' : ''}`"
:dropdown-class-name="`${randomClass} nc-picker-datetime children:border-1 children:border-gray-200 ${open ? 'active' : ''}`"
:open="isOpen"
@click="clickHandler"
@ok="open = !open"