Skip to content

Commit

Permalink
feat: 初步完成日历组件
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangzhenfei committed Jul 21, 2020
1 parent 7919dc4 commit 91a877f
Show file tree
Hide file tree
Showing 13 changed files with 702 additions and 68 deletions.
8 changes: 8 additions & 0 deletions common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -643,6 +643,14 @@

@include col-border(6);
}
.pi-grid-7 {
@extend .pi-flex-wrap;
& > view {
width: calc(100% / 7);
}

@include col-border(6);
}

// 处理列之间需要有空隙情况
@for $i from 1 through 40 {
Expand Down

0 comments on commit 91a877f

Please sign in to comment.