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