fix: quotation remark readonly
This commit is contained in:
parent
25e6585359
commit
af2c42ce5f
1 changed files with 2 additions and 2 deletions
|
|
@ -1544,7 +1544,7 @@ async function getWorkerFromCriteria(
|
|||
class="full-width"
|
||||
:content-class="{
|
||||
'q-my-sm rounded': true,
|
||||
bordered: pageState.remarkWrite,
|
||||
bordered: !readonly && pageState.remarkWrite,
|
||||
}"
|
||||
toolbar-bg="input-border"
|
||||
style="cursor: auto; color: var(--foreground)"
|
||||
|
|
@ -1574,7 +1574,7 @@ async function getWorkerFromCriteria(
|
|||
"
|
||||
>
|
||||
<template v-slot:toggle>
|
||||
<div class="text-caption row no-wrap">
|
||||
<div v-if="!readonly" class="text-caption row no-wrap">
|
||||
<MainButton
|
||||
:disabled="readonly"
|
||||
:solid="!pageState.remarkWrite"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue