feat(component): add skeleton in page detail (#2292)

This commit is contained in:
Himself65
2023-05-10 11:38:30 +08:00
committed by GitHub
parent 0c550a2827
commit b38017cd23
4 changed files with 40 additions and 9 deletions
@@ -0,0 +1,10 @@
import { style } from '@vanilla-extract/css';
export const pageDetailSkeletonStyle = style({
padding: '0 20px',
});
export const pageDetailSkeletonTitleStyle = style({
height: '52px',
width: '100%',
});