From 77950e48c76f4a3b29d01831d43039caba29888a Mon Sep 17 00:00:00 2001
From: wwf <1971391498@qq.com>
Date: 星期二, 18 十一月 2025 14:12:42 +0800
Subject: [PATCH] 修改
---
app/components/app/annotation/edit-annotation-modal/index.tsx | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/app/components/app/annotation/edit-annotation-modal/index.tsx b/app/components/app/annotation/edit-annotation-modal/index.tsx
index 2961ce3..dc00199 100644
--- a/app/components/app/annotation/edit-annotation-modal/index.tsx
+++ b/app/components/app/annotation/edit-annotation-modal/index.tsx
@@ -86,7 +86,7 @@
title={t('appAnnotation.editModal.title') as string}
body={(
<div>
- <div className='space-y-6 p-6 pb-4'>
+ <div className='p-6 pb-4 space-y-6'>
<EditItem
type={EditItemType.Query}
content={query}
@@ -115,7 +115,7 @@
foot={
<div>
{isAnnotationFull && (
- <div className='mb-4 mt-6 px-6'>
+ <div className='mt-6 mb-4 px-6'>
<AnnotationFull />
</div>
)}
@@ -123,9 +123,9 @@
{
annotationId
? (
- <div className='system-sm-medium flex h-16 items-center justify-between rounded-bl-xl rounded-br-xl border-t border-divider-subtle bg-background-section-burn px-4 text-text-tertiary'>
+ <div className='px-4 flex h-16 items-center justify-between border-t border-divider-subtle bg-background-section-burn rounded-bl-xl rounded-br-xl system-sm-medium text-text-tertiary'>
<div
- className='flex cursor-pointer items-center space-x-2 pl-3'
+ className='flex items-center pl-3 space-x-2 cursor-pointer'
onClick={() => setShowModal(true)}
>
<MessageCheckRemove />
--
Gitblit v1.8.0