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 92
92
div :hover {
93
93
background-color : var (--tv-MonthTable-bg-color-hover );
94
94
}
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
+ }
95
114
}
96
115
97
116
& .end-date ,
Original file line number Diff line number Diff line change 34
34
var (--tv-border-radius-round , 999px );
35
35
// 单元格圆角(结束月份)
36
36
--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 ;
37
42
38
43
// 单元格边框色(选中)
39
44
--tv-MonthTable-cell-border-color-today : var (--tv-color-border-active , #191919 );
Original file line number Diff line number Diff line change 341
341
visibility : hidden ;
342
342
position : absolute ;
343
343
}
344
+
345
+ .tiny-svg {
346
+ margin-right : 0 ;
347
+ }
344
348
}
345
349
346
350
& .is-disabled ,
Original file line number Diff line number Diff line change 156
156
:type =" state.getTagType"
157
157
key =" tags-collapse"
158
158
data-tag =" tags-collapse"
159
+ only-icon
159
160
:closable =" false"
160
161
:size =" state.collapseTagSize"
161
162
@click =" onClickCollapseTag($event)"
You can’t perform that action at this time.
0 commit comments