新增文件上传页面,新增文件上传的公共组件(进度条,步骤条,上传区域)

This commit is contained in:
2025-03-31 19:53:26 +08:00
parent 65da73071d
commit 8fe88c1d15
19 changed files with 1492 additions and 32 deletions
+7 -2
View File
@@ -42,6 +42,11 @@
@apply overflow-x-auto;
}
/* 选择框focus状态 */
.prompt-page .form-select:focus {
@apply border-[#00684a] shadow-[0_0_0_2px_rgba(0,104,74,0.2)] outline-none;
}
/* 类型标签 */
.prompt-page .type-badge {
@apply inline-flex items-center px-2 py-0.5 rounded-full text-xs font-medium mr-1;
@@ -65,7 +70,7 @@
/* 状态标签 */
.prompt-page .status-badge {
@apply inline-flex items-center px-2 py-0.5 rounded-full text-xs font-medium;
@apply inline-flex items-center px-2 py-0.5 rounded-full text-xs font-medium text-center;
}
.prompt-page .status-active {
@@ -82,7 +87,7 @@
/* 操作按钮 */
.prompt-page .operation-btn {
@apply inline-flex items-center px-2 py-1 text-sm rounded-md hover:bg-gray-100 transition-colors duration-150 ease-in-out;
@apply !text-black inline-flex items-center px-3 py-1 text-sm rounded-md hover:bg-gray-100 transition-colors duration-150 ease-in-out hover:!text-[--color-primary];
}
.prompt-page .operation-btn i {