File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -40,4 +40,5 @@ Name | Default Value | Description
4040-- | -- | --
4141--td-popup-bg-color | @bg-color-container | -
4242--td-popup-border-radius | @radius-default | -
43- --td-popup-close-btn-color | @text-color-primary | -
43+ --td-popup-close-btn-color | @text-color-primary | -
44+ --td-popup-transition | all 300ms ease | -
Original file line number Diff line number Diff line change @@ -79,4 +79,5 @@ t-class-content | 内容样式类
7979-- | -- | --
8080--td-popup-bg-color | @bg-color-container | -
8181--td-popup-border-radius | @radius-default | -
82- --td-popup-close-btn-color | @text-color-primary | -
82+ --td-popup-close-btn-color | @text-color-primary | -
83+ --td-popup-transition | all 300ms ease | -
Original file line number Diff line number Diff line change 1313 position : fixed ;
1414 z-index : 11500 ;
1515 max-height : calc (100vh - var (--td-popup-distance-top , 0 ));
16- transition : all 300ms ease ;
16+ transition : var ( --td-popup-transition , all 300ms ease ) ;
1717 background-color : @popup-bg-color ;
1818
1919 &__content {
You can’t perform that action at this time.
0 commit comments