From 0c595c47459f14eb4751be35a21c467ceae856a4 Mon Sep 17 00:00:00 2001 From: Charles Lee <114982593+rookie-orange@users.noreply.github.com> Date: Thu, 21 Aug 2025 21:38:40 +0800 Subject: [PATCH] style: replace `h-[1px]` with `h-px` to unify the writing format of Tailwind CSS (#24146) --- web/app/components/app-sidebar/index.tsx | 2 +- .../annotation/edit-annotation-modal/edit-item/index.tsx | 2 +- .../app/configuration/base/group-name/index.tsx | 2 +- .../app/configuration/config-var/select-var-type.tsx | 2 +- .../configuration/config/assistant-type-picker/index.tsx | 2 +- web/app/components/app/log/list.tsx | 2 +- web/app/components/base/agent-log-modal/iteration.tsx | 2 +- web/app/components/base/chat/chat/citation/index.tsx | 2 +- web/app/components/base/chat/chat/citation/popup.tsx | 2 +- web/app/components/base/dropdown/index.tsx | 2 +- .../annotation-reply/score-slider/index.tsx | 2 +- .../base/file-uploader/file-from-link-or-local/index.tsx | 4 ++-- .../base/image-uploader/chat-image-uploader.tsx | 4 ++-- web/app/components/base/tag-management/selector.tsx | 4 ++-- .../datasets/create/embedding-process/index.tsx | 4 +--- web/app/components/datasets/create/step-three/index.tsx | 2 +- .../documents/detail/completed/child-segment-list.tsx | 2 +- .../datasets/documents/detail/completed/index.tsx | 6 +----- .../account-setting/api-based-extension-page/selector.tsx | 2 +- .../model-provider-page/model-parameter-modal/index.tsx | 2 +- .../plugins/marketplace/intersection-line/index.tsx | 2 +- .../components/plugins/plugin-auth/authorized/index.tsx | 2 +- .../plugins/plugin-detail-panel/model-selector/index.tsx | 2 +- .../components/tools/workflow-tool/configure-button.tsx | 2 +- web/app/components/workflow/help-line/index.tsx | 2 +- .../components/panel-operator/panel-operator-popup.tsx | 8 ++++---- .../workflow/nodes/if-else/components/condition-wrap.tsx | 2 +- web/app/components/workflow/nodes/if-else/panel.tsx | 2 +- .../workflow/note-node/note-editor/toolbar/operator.tsx | 4 ++-- .../debug-and-preview/conversation-variable-modal.tsx | 2 +- .../panel/version-history-panel/context-menu/index.tsx | 2 +- .../workflow/panel/version-history-panel/filter/index.tsx | 2 +- web/app/components/workflow/selection-contextmenu.tsx | 2 +- web/app/education-apply/education-apply-page.tsx | 2 +- 34 files changed, 41 insertions(+), 47 deletions(-) diff --git a/web/app/components/app-sidebar/index.tsx b/web/app/components/app-sidebar/index.tsx index cf32339b8..c3ff45d6a 100644 --- a/web/app/components/app-sidebar/index.tsx +++ b/web/app/components/app-sidebar/index.tsx @@ -107,7 +107,7 @@ const AppDetailNav = ({ title, desc, isExternal, icon, icon_background, navigati )}