伊利项目【架构筛选】样式调整popover组件展示由滑动变为点击
This commit is contained in:
parent
30ab7ac739
commit
fe0d8a1858
@ -80,7 +80,7 @@
|
|||||||
<el-popover
|
<el-popover
|
||||||
placement="bottom"
|
placement="bottom"
|
||||||
width="310"
|
width="310"
|
||||||
trigger="hover"
|
trigger="click"
|
||||||
>
|
>
|
||||||
<template slot="default">
|
<template slot="default">
|
||||||
<div class="create-user-box">
|
<div class="create-user-box">
|
||||||
@ -121,7 +121,7 @@
|
|||||||
<el-popover
|
<el-popover
|
||||||
placement="bottom"
|
placement="bottom"
|
||||||
width="300"
|
width="300"
|
||||||
trigger="hover"
|
trigger="click"
|
||||||
>
|
>
|
||||||
<template slot="default">
|
<template slot="default">
|
||||||
<div class="org-box">
|
<div class="org-box">
|
||||||
@ -170,7 +170,7 @@
|
|||||||
<el-popover
|
<el-popover
|
||||||
placement="bottom-end"
|
placement="bottom-end"
|
||||||
width="200"
|
width="200"
|
||||||
trigger="hover"
|
trigger="click"
|
||||||
>
|
>
|
||||||
<template slot="default">
|
<template slot="default">
|
||||||
<div class="methodId-box">
|
<div class="methodId-box">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user