修改日历组件

This commit is contained in:
筱野
2025-09-07 20:26:32 +08:00
parent f503bf53ac
commit 549f704c53
22 changed files with 1057 additions and 563 deletions

View File

@@ -0,0 +1,25 @@
.picker-container {
:global{
.nut-popup-round{
position: relative!important;
.nut-picker-control {
display: none!important;
}
.nut-picker{
&::after{
content: '';
position: absolute;
top: 50%;
left: 16px;
right: 16px!important;
width: calc(100% - 32px);
height: 48px;
background: rgba(22, 24, 35, 0.05);
transform: translateY(-50%);
border-radius: 4px;
pointer-events: none;
}
}
}
}
}