mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-12-15 14:50:29 +08:00
perf: 优化演示页面
This commit is contained in:
@@ -72,11 +72,11 @@ function onMouseleave() {
|
||||
|
||||
<template>
|
||||
<el-select
|
||||
class="!w-[200px]"
|
||||
:model-value="inputValue"
|
||||
placeholder="请选择动画"
|
||||
clearable
|
||||
filterable
|
||||
placeholder="请选择动画"
|
||||
popper-class="pure-animate-popper"
|
||||
:model-value="inputValue"
|
||||
:filter-method="filterMethod"
|
||||
@clear="onClear"
|
||||
>
|
||||
@@ -121,3 +121,9 @@ function onMouseleave() {
|
||||
</template>
|
||||
</el-select>
|
||||
</template>
|
||||
|
||||
<style>
|
||||
.pure-animate-popper {
|
||||
min-width: 0 !important;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user