lazy -> 0
parent
4d3afb5e31
commit
584c943c5d
|
@ -23,7 +23,7 @@ class Button extends Component {
|
|||
}
|
||||
},
|
||||
disabled: false,
|
||||
lazy: 'num!1000' // 并发拦截时间, 单位毫秒
|
||||
lazy: 'num!0' // 并发拦截时间, 单位毫秒
|
||||
}
|
||||
|
||||
static styles = [
|
||||
|
|
|
@ -24,7 +24,7 @@ class InputNumber extends Component {
|
|||
readonly: false,
|
||||
autofocus: false,
|
||||
disabled: false,
|
||||
lazy: 'num!1000' // 并发拦截时间, 单位毫秒
|
||||
lazy: 'num!0' // 并发拦截时间, 单位毫秒
|
||||
}
|
||||
|
||||
static styles = [
|
||||
|
|
|
@ -140,8 +140,8 @@ class Pager extends Component {
|
|||
display: block;
|
||||
line-height: 1;
|
||||
font-size: 14px;
|
||||
-webkit-user-select: none;
|
||||
user-select: none;
|
||||
-moz-user-select: none;
|
||||
color: var(--color-dark-1);
|
||||
|
||||
.layout {
|
||||
|
|
Loading…
Reference in New Issue