This commit is contained in:
lijianyou
2025-09-30 15:00:32 +08:00
parent 1b262f06b8
commit b4e759cf69
202 changed files with 22035 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
.ant-card {
&-head,
&-body {
@apply px-4;
}
&-head {
&-title {
@apply py-4;
}
}
}
+7
View File
@@ -0,0 +1,7 @@
.ant-descriptions {
&-item {
&-label {
@apply text-subtext;
}
}
}
+3
View File
@@ -0,0 +1,3 @@
@import './table.less';
@import './card.less';
@import './description.less';
+6
View File
@@ -0,0 +1,6 @@
.ant-table {
.ant-table-thead > tr > th {
}
.ant-table-title {
}
}