修改文档列表

This commit is contained in:
2025-04-13 18:49:43 +08:00
parent 60680cd4bf
commit cb52bf8179
10 changed files with 396 additions and 407 deletions
+22
View File
@@ -58,6 +58,28 @@
@apply transform translate-x-5;
}
/* 高级上传设置 */
/* 高级选项区域 */
.file-upload-page .advanced-options {
@apply mt-4;
}
.file-upload-page .advanced-options-toggle {
@apply text-[var(--primary-color)] cursor-pointer inline-flex items-center text-sm;
}
.file-upload-page .advanced-options-toggle i {
@apply ml-1 transition-transform duration-200;
}
.file-upload-page .advanced-options-toggle.open i {
@apply rotate-180;
}
.file-upload-page .advanced-options-content {
@apply mt-3 p-3 bg-gray-50 border border-gray-200 rounded-md hidden;
}
.file-upload-page .form-label {
@apply block text-sm font-medium text-gray-700 mb-2;
}