您最多选择25个主题
主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
123456789101112131415 |
- .es-report-card {
- @apply md:!grid-cols-2;
-
- .fi-fo-component-ctn {
- @apply divide-y divide-gray-200 dark:divide-white/10 !gap-0;
- }
-
- .fi-section-content-ctn {
- @apply md:!col-span-1;
- }
-
- .fi-section-content {
- @apply !p-0;
- }
- }
|