diff --git a/docs/docs/zh-CN/components/rate.md b/docs/docs/zh-CN/components/rate.md index 5085b1af..7114bc5e 100644 --- a/docs/docs/zh-CN/components/rate.md +++ b/docs/docs/zh-CN/components/rate.md @@ -131,12 +131,11 @@ export default { ::: - ::: title 评分属性 ::: -| | | | -| ------- | -------- | --- | -| v-model | 评分值 | -- | -| length | 评分长度 | -- | -| readonly | 只读模式 | -- | +| | | | +| -------- | -------- | --- | +| v-model | 评分值 | -- | +| length | 评分长度 | -- | +| readonly | 只读模式 | -- | diff --git a/src/module/dropdown/index.vue b/src/module/dropdown/index.vue index 6f84799c..7a825214 100644 --- a/src/module/dropdown/index.vue +++ b/src/module/dropdown/index.vue @@ -18,7 +18,7 @@ v-if="trigger === 'hover'" class="layui-dropdown" :class="[openState ? 'layui-dropdown-up' : '']" - @mouseenter="open" + @mouseenter="open" @mouseleave="hide" >