lazy -> 0

master
yutent 2023-11-21 16:54:24 +08:00
parent 4d3afb5e31
commit 584c943c5d
3 changed files with 3 additions and 3 deletions

View File

@ -23,7 +23,7 @@ class Button extends Component {
}
},
disabled: false,
lazy: 'num!1000' // 并发拦截时间, 单位毫秒
lazy: 'num!0' // 并发拦截时间, 单位毫秒
}
static styles = [

View File

@ -24,7 +24,7 @@ class InputNumber extends Component {
readonly: false,
autofocus: false,
disabled: false,
lazy: 'num!1000' // 并发拦截时间, 单位毫秒
lazy: 'num!0' // 并发拦截时间, 单位毫秒
}
static styles = [

View File

@ -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 {