白色主题
This commit is contained in:
@@ -30,6 +30,8 @@
|
||||
z-index: 9999;
|
||||
background: var(--td-calendar-bg-color, var(--td-bg-color-block, #fff));
|
||||
overflow-x: hidden;
|
||||
padding-bottom: constant(safe-area-inset-bottom);
|
||||
padding-bottom: env(safe-area-inset-bottom);
|
||||
}
|
||||
.t-calendar--popup {
|
||||
border-top-left-radius: var(--td-calendar-radius, 24rpx);
|
||||
@@ -100,8 +102,11 @@
|
||||
height: 120rpx;
|
||||
line-height: 48rpx;
|
||||
font-weight: 600;
|
||||
cursor: pointer;
|
||||
margin-top: 16rpx;
|
||||
cursor: pointer;
|
||||
-webkit-tap-highlight-color: transparent;
|
||||
-webkit-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
.t-calendar__dates-item-prefix,
|
||||
.t-calendar__dates-item-suffix {
|
||||
@@ -177,6 +182,5 @@
|
||||
cursor: default;
|
||||
}
|
||||
.t-calendar__footer {
|
||||
border-top: 1px solid var(--td-border-color, #e7e7e7);
|
||||
padding: 32rpx;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user