|
|
|
@ -2727,16 +2727,16 @@ watch(vSelectedAllRecords, (selectedAll) => {
|
|
|
|
|
&.align-top { |
|
|
|
|
@apply py-2; |
|
|
|
|
|
|
|
|
|
&:has(.nc-cell textarea) { |
|
|
|
|
@apply pr-0; |
|
|
|
|
&:has(.nc-cell.nc-cell-longtext textarea) { |
|
|
|
|
@apply py-0 pr-0; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
&.align-middle { |
|
|
|
|
@apply py-0; |
|
|
|
|
|
|
|
|
|
&:has(.nc-cell textarea) { |
|
|
|
|
@apply py-2 pr-0; |
|
|
|
|
&:has(.nc-cell.nc-cell-longtext textarea) { |
|
|
|
|
@apply pr-0; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
@ -2760,10 +2760,6 @@ watch(vSelectedAllRecords, (selectedAll) => {
|
|
|
|
|
:deep(.nc-virtual-cell) { |
|
|
|
|
@apply !text-small; |
|
|
|
|
|
|
|
|
|
textarea { |
|
|
|
|
@apply !pr-8; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.nc-cell-field, |
|
|
|
|
input, |
|
|
|
|
textarea { |
|
|
|
@ -2800,7 +2796,7 @@ watch(vSelectedAllRecords, (selectedAll) => {
|
|
|
|
|
@apply leading-[18px]; |
|
|
|
|
|
|
|
|
|
textarea { |
|
|
|
|
@apply pr-2; |
|
|
|
|
@apply pr-8 !py-2; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|