新增文件上传页面,新增文件上传的公共组件(进度条,步骤条,上传区域)
This commit is contained in:
+8
-1
@@ -18,6 +18,9 @@
|
||||
@import './components/file-type-tag.css';
|
||||
@import './components/status-dot.css';
|
||||
@import './components/tag.css';
|
||||
@import './components/file-progress.css';
|
||||
@import './components/processing-steps.css';
|
||||
@import './components/upload-area.css';
|
||||
/* @import './components/modal.css'; */
|
||||
|
||||
/* Tailwind 基础指令 */
|
||||
@@ -83,13 +86,17 @@
|
||||
a {
|
||||
@apply text-[#00684a] hover:text-[#005a3f] transition-colors duration-200;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
/* 组件相关样式 */
|
||||
@layer components {
|
||||
/* 文本颜色工具类 */
|
||||
.text-primary {
|
||||
@apply text-[#00684a];
|
||||
@apply !text-[--color-primary];
|
||||
}
|
||||
.text-error {
|
||||
@apply !text-[--color-error];
|
||||
}
|
||||
|
||||
.bg-primary {
|
||||
|
||||
Reference in New Issue
Block a user