模块1完成,支持新旧导出数据

This commit is contained in:
lennlouisgeek
2026-04-17 02:39:42 +08:00
parent 408cd66c77
commit d12320d8f8
8 changed files with 291 additions and 89 deletions

View File

@@ -188,12 +188,35 @@
.mb-4 {
margin-bottom: calc(var(--spacing) * 4);
}
.ml-3 {
margin-left: calc(var(--spacing) * 3);
}
.table {
display: table;
}
.border-collapse {
border-collapse: collapse;
}
.transform {
transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
}
.resize {
resize: both;
}
.border {
border-style: var(--tw-border-style);
border-width: 1px;
}
.pt-0 {
padding-top: calc(var(--spacing) * 0);
}
.underline {
text-decoration-line: underline;
}
.outline {
outline-style: var(--tw-outline-style);
outline-width: 1px;
}
}
@property --tw-rotate-x {
syntax: "*";
@@ -215,6 +238,16 @@
syntax: "*";
inherits: false;
}
@property --tw-border-style {
syntax: "*";
inherits: false;
initial-value: solid;
}
@property --tw-outline-style {
syntax: "*";
inherits: false;
initial-value: solid;
}
@layer properties {
@supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
*, ::before, ::after, ::backdrop {
@@ -223,6 +256,8 @@
--tw-rotate-z: initial;
--tw-skew-x: initial;
--tw-skew-y: initial;
--tw-border-style: solid;
--tw-outline-style: solid;
}
}
}