🐛: colorPicker, datePicker, iconPicker 开启滚动更新
This commit is contained in:
parent
66c6443a3b
commit
35118feb60
@ -407,7 +407,7 @@ function hex2rgba(s: any) {
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<lay-dropdown>
|
||||
<lay-dropdown updateAtScroll>
|
||||
<div class="layui-unselect layui-colorpicker">
|
||||
<span>
|
||||
<span
|
||||
|
@ -4,6 +4,7 @@
|
||||
ref="dropdownRef"
|
||||
:disabled="disabled"
|
||||
:autoFitMinWidth="false"
|
||||
updateAtScroll
|
||||
class="layui-date-picker"
|
||||
:class="{ 'layui-date-range-picker': range }"
|
||||
:size="size"
|
||||
|
@ -135,7 +135,7 @@ const searchList = (str: string, container: any) => {
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<lay-dropdown ref="dropdownRef">
|
||||
<lay-dropdown ref="dropdownRef" updateAtScroll>
|
||||
<div
|
||||
class="layui-inline layui-border-box layui-iconpicker layui-iconpicker-split"
|
||||
>
|
||||
|
Loading…
Reference in New Issue
Block a user