1200字范文,内容丰富有趣,写作的好帮手!
1200字范文 > 通过css样式禁用NG-ZORRO中Calendar日历组件头部下拉框的选择事件

通过css样式禁用NG-ZORRO中Calendar日历组件头部下拉框的选择事件

时间:2022-11-04 11:01:02

相关推荐

通过css样式禁用NG-ZORRO中Calendar日历组件头部下拉框的选择事件

通过css样式去掉鼠标点击事件及点击呈现的样式:

@mixin clickDisable {pointer-events: none;cursor: default;//opacity: 0.6;}// 去掉日历头部的下拉选项::ng-deep {.ant-radio-button-wrapper {@include clickDisable();&:first-child {border-color: #d9d9d9;}}.ant-select-selector {@include clickDisable();}.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {color: rgba(0, 0, 0, 0.65);}.ant-select-arrow {display: none;}.ant-select-single.ant-select-show-arrow .ant-select-selection-item, .ant-select-single.ant-select-show-arrow .ant-select-selection-placeholder {padding: 0;}.ant-picker-calendar-header .ant-picker-calendar-year-select {min-width: 0;@include clickDisable();}.ant-picker-calendar-header .ant-picker-calendar-month-select {min-width: 0;@include clickDisable();}}

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。