mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-25 07:25:49 +00:00
fix: plus button styles
This commit is contained in:
@@ -275,7 +275,12 @@ watch(readOnly, (newValue) => {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div class="nc-workflow-input relative">
|
<div
|
||||||
|
:class="{
|
||||||
|
multiline: isMultiline,
|
||||||
|
}"
|
||||||
|
class="nc-workflow-input relative"
|
||||||
|
>
|
||||||
<EditorContent
|
<EditorContent
|
||||||
:editor="editor"
|
:editor="editor"
|
||||||
class="nc-workflow-input-editor"
|
class="nc-workflow-input-editor"
|
||||||
@@ -286,10 +291,10 @@ watch(readOnly, (newValue) => {
|
|||||||
|
|
||||||
<NcTooltip
|
<NcTooltip
|
||||||
v-if="!readOnly"
|
v-if="!readOnly"
|
||||||
class="!absolute right-1.5"
|
class="!absolute nc-workflow-insert-btn-tooltip right-1.5"
|
||||||
:class="{
|
:class="{
|
||||||
'!top-1': isMultiline,
|
'top-1': isMultiline,
|
||||||
'!top-1.5': !isMultiline,
|
'top-1.5': !isMultiline,
|
||||||
}"
|
}"
|
||||||
hide-on-click
|
hide-on-click
|
||||||
title="Insert variable"
|
title="Insert variable"
|
||||||
|
|||||||
Reference in New Issue
Block a user