修改日历组件
This commit is contained in:
25
src/components/Picker/index.module.scss
Normal file
25
src/components/Picker/index.module.scss
Normal 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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user