File tree Expand file tree Collapse file tree 4 files changed +29
-0
lines changed Expand file tree Collapse file tree 4 files changed +29
-0
lines changed Original file line number Diff line number Diff line change 9292 div :hover {
9393 background-color : var (--tv-MonthTable-bg-color-hover );
9494 }
95+
96+ & :first-of-type {
97+ div {
98+ border-radius : var (--tv-MonthTable-cell-border-radius-first );
99+ }
100+
101+ & .end-date {
102+ div {
103+ border-radius : var (--tv-MonthTable-cell-border-radius );
104+ padding-left : 0 ;
105+ }
106+ }
107+ }
108+
109+ & :last-of-type {
110+ div {
111+ border-radius : var (--tv-MonthTable-cell-border-radius-last );
112+ }
113+ }
95114 }
96115
97116 & .end-date ,
Original file line number Diff line number Diff line change 3434 var (--tv-border-radius-round , 999px );
3535 // 单元格圆角(结束月份)
3636 --tv-MonthTable-cell-border-radius-end : 0 var (--tv-border-radius-round , 999px ) var (--tv-border-radius-round , 999px ) 0 ;
37+ // 选中月份每行第一个单元格的圆角
38+ --tv-MonthTable-cell-border-radius-first : var (--tv-border-radius-round , 999px ) 0 0
39+ var (--tv-border-radius-round , 999px );
40+ // 选中月份每行最后一个单元格的圆角
41+ --tv-MonthTable-cell-border-radius-last : 0 var (--tv-border-radius-round , 999px ) var (--tv-border-radius-round , 999px ) 0 ;
3742
3843 // 单元格边框色(选中)
3944 --tv-MonthTable-cell-border-color-today : var (--tv-color-border-active , #191919 );
Original file line number Diff line number Diff line change 341341 visibility : hidden ;
342342 position : absolute ;
343343 }
344+
345+ .tiny-svg {
346+ margin-right : 0 ;
347+ }
344348 }
345349
346350 & .is-disabled ,
Original file line number Diff line number Diff line change 156156 :type =" state.getTagType"
157157 key =" tags-collapse"
158158 data-tag =" tags-collapse"
159+ only-icon
159160 :closable =" false"
160161 :size =" state.collapseTagSize"
161162 @click =" onClickCollapseTag($event)"
You can’t perform that action at this time.
0 commit comments