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