update props and events
This commit is contained in:
parent
6c9acb08fa
commit
41f83010fa
4 changed files with 61 additions and 5 deletions
|
@ -2,5 +2,10 @@
|
|||
@carousel-item-prefix-cls: ~"@{css-prefix}carousel-item";
|
||||
|
||||
.@{carousel-prefix-cls} {
|
||||
|
||||
position: relative;
|
||||
display: block;
|
||||
box-sizing: border-box;
|
||||
user-select: none;
|
||||
touch-action: pan-y;
|
||||
-webkit-tap-highlight-color: transparent;
|
||||
}
|
||||
|
|
|
@ -34,4 +34,5 @@
|
|||
@import "menu";
|
||||
@import "date-picker";
|
||||
@import "time-picker";
|
||||
@import "form";
|
||||
@import "form";
|
||||
@import "carousel";
|
Loading…
Add table
Add a link
Reference in a new issue