🔧 fix(keypairListComponent): rearrange classNames to improve readability and maintain consistency
🔧 fix(dictAreaModal): add CSS classes to prevent panning, dragging, undoing, and copying to improve user experience
This commit is contained in:
parent
76e0c6546a
commit
7d6f7f1e5e
2 changed files with 2 additions and 2 deletions
|
|
@ -42,7 +42,7 @@ export default function KeypairListComponent({
|
|||
<div
|
||||
className={classNames(
|
||||
value?.length > 1 && editNode ? "my-1" : "",
|
||||
"flex flex-col gap-3 h-full"
|
||||
"flex h-full flex-col gap-3"
|
||||
)}
|
||||
>
|
||||
{value?.map((obj, index) => {
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@ export default function DictAreaModal({
|
|||
/>
|
||||
</BaseModal.Header>
|
||||
<BaseModal.Content>
|
||||
<div className="flex h-full w-full flex-col transition-all">
|
||||
<div className="nopan nodrag noundo nocopy flex h-full w-full flex-col transition-all">
|
||||
<JsonView
|
||||
theme="vscode"
|
||||
dark={true}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue