📈 修复趋势坐标轴与移动日期选择
This commit is contained in:
@@ -212,6 +212,32 @@ const updatePart = (part: DatePart, value: string) => {
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
@media (max-width: 639px) {
|
||||
.native-date-strip {
|
||||
min-height: 2.35rem;
|
||||
padding-inline: 0.35ch;
|
||||
}
|
||||
|
||||
.native-date-part {
|
||||
height: 2.25rem;
|
||||
font-size: 0.82rem;
|
||||
}
|
||||
|
||||
.native-date-year {
|
||||
width: 3.7ch;
|
||||
}
|
||||
|
||||
.native-date-month,
|
||||
.native-date-day {
|
||||
width: 1.8ch;
|
||||
}
|
||||
|
||||
.native-date-separator {
|
||||
margin-inline: 0.15ch;
|
||||
font-size: 0.82rem;
|
||||
}
|
||||
}
|
||||
|
||||
.dark .native-date-strip {
|
||||
background: rgba(38, 57, 65, 0.62);
|
||||
color: #d8e3e5;
|
||||
|
||||
Reference in New Issue
Block a user