mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-01 15:57:07 +00:00
fix(nc-gui): remove datetime cell input box bg color
This commit is contained in:
@@ -514,8 +514,7 @@ const minimizeMaxWidth = computed(() => {
|
||||
:class="{
|
||||
'py-0': isForm,
|
||||
'py-0.5': !isForm && !isColDisabled,
|
||||
'bg-gray-100': isDatePicker && isOpen,
|
||||
'hover:bg-gray-100 px-1': !isColDisabled,
|
||||
'px-1': !isColDisabled,
|
||||
}"
|
||||
>
|
||||
<input
|
||||
@@ -544,8 +543,7 @@ const minimizeMaxWidth = computed(() => {
|
||||
{
|
||||
'py-0': isForm,
|
||||
'py-0.5': !isForm && !isColDisabled,
|
||||
'bg-gray-100': !isDatePicker && isOpen,
|
||||
'hover:bg-gray-100 px-1': !isColDisabled,
|
||||
'px-1': !isColDisabled,
|
||||
},
|
||||
]"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user