|
|
@ -119,7 +119,7 @@ useSelectedCellKeyupListener(active, (e: KeyboardEvent) => { |
|
|
|
:tabindex="0" |
|
|
|
:tabindex="0" |
|
|
|
picker="year" |
|
|
|
picker="year" |
|
|
|
:bordered="false" |
|
|
|
:bordered="false" |
|
|
|
class="!w-full !py-1 !border-none" |
|
|
|
class="!w-full !py-1 !border-none !text-current" |
|
|
|
:class="{ 'nc-null': modelValue === null && showNull, '!px-2': isExpandedFormOpen, '!px-0': !isExpandedFormOpen }" |
|
|
|
:class="{ 'nc-null': modelValue === null && showNull, '!px-2': isExpandedFormOpen, '!px-0': !isExpandedFormOpen }" |
|
|
|
:placeholder="placeholder" |
|
|
|
:placeholder="placeholder" |
|
|
|
:allow-clear="(!readOnly && !localState && !isPk) || isEditColumn" |
|
|
|
:allow-clear="(!readOnly && !localState && !isPk) || isEditColumn" |
|
|
@ -136,7 +136,7 @@ useSelectedCellKeyupListener(active, (e: KeyboardEvent) => { |
|
|
|
</template> |
|
|
|
</template> |
|
|
|
|
|
|
|
|
|
|
|
<style scoped> |
|
|
|
<style scoped> |
|
|
|
:deep(.ant-picker-input > input[disabled]) { |
|
|
|
:deep(.ant-picker-input > input) { |
|
|
|
@apply !text-current; |
|
|
|
@apply !text-current; |
|
|
|
} |
|
|
|
} |
|
|
|
</style> |
|
|
|
</style> |
|
|
|