This commit is contained in:
ln1778 2024-09-12 17:38:23 +08:00
parent f91a8c0c7a
commit 1d6e67d6ed
3 changed files with 3 additions and 1 deletions

View File

@ -7,6 +7,7 @@
v-model="dateArr"
v-bind="attrs"
v-on="Listeners"
:size="$attrs.size||'small'"
:value="value"
:type="datetype"
@mouseenter.native="mousetrue = true"

View File

@ -1,7 +1,7 @@
<template>
<el-input
class="ag_input"
size="small"
:size="$attrs.size||'small'"
ref="apinputref"
:style="{ width }"
v-bind="$attrs"

View File

@ -4,6 +4,7 @@
:style="{ width: `100%` }"
:value="selectValue"
ref="apselectref"
:size="$attrs.size||'small'"
v-bind="$attrs"
v-on="$listeners"
>