diff --git a/packages/nc-gui/components/cell/DateTimePicker.vue b/packages/nc-gui/components/cell/DateTimePicker.vue index de8f5d62cd..7fc43097e1 100644 --- a/packages/nc-gui/components/cell/DateTimePicker.vue +++ b/packages/nc-gui/components/cell/DateTimePicker.vue @@ -21,7 +21,7 @@ const timeFormatsObj = { const { isMssql, isXcdbBase } = useBase() -const { showNull, isMobileMode } = useGlobal() +const { showNull } = useGlobal() const readOnly = inject(ReadonlyInj, ref(false)) @@ -521,7 +521,7 @@ const currentDate = ($event) => { :value="cellValue" :placeholder="typeof placeholder === 'string' ? placeholder : placeholder?.time" class="nc-time-input w-full !truncate border-transparent outline-none !text-current !bg-transparent !focus:(border-none outline-none ring-transparent)" - :readonly="!!isMobileMode || isColDisabled" + :readonly="isColDisabled" @focus="onFocus(false)" @blur="onBlur($event, false)" @keydown="handleKeydown($event, open)" diff --git a/packages/nc-gui/components/cell/attachment/AttachFile.vue b/packages/nc-gui/components/cell/attachment/AttachFile.vue index 9c95dbe6b7..07bc2bf885 100644 --- a/packages/nc-gui/components/cell/attachment/AttachFile.vue +++ b/packages/nc-gui/components/cell/attachment/AttachFile.vue @@ -48,7 +48,7 @@ watch(activeMenu, (newVal, oldValue) => { class="!rounded-md" @keydown.esc="dialogShow = false" > -
+
{ - - - + + + + + +