<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<!-- import CSS -->
<link rel="stylesheet" href="https://unpkg.com/element-ui/lib/theme-chalk/index.css">
<style>
.wrap {
/* 背景色 */
background: #03204e !important;
color: #fff !important;
border: 1px solid #0368f9 !important;
}
/* 下方是去除三角箭头的代码 */
.wrap[x-placement^="bottom"] .popper__arrow::after {
border-bottom-color: #03204e !important;
}
.wrap[x-placement^="bottom"] .popper__arrow {
border-bottom-color: #0368f9 !important;
}
</style>
</head>
<body>
<div id="app">
<el-popover placement="bottom" width="300" trigger="click" popper-class="wrap">
<el-button type="primary" slot="reference">点击</el-button>
<div>
popover弹窗内容
</div>
</el-popover>
</div>
</body>
<!-- import Vue before Element -->
<script src="https://unpkg.com/vue/dist/vue.js"></script>
<!-- import JavaScript -->
<script src="https://unpkg.com/element-ui/lib/index.js"></script>
<script>
new Vue({
el: '#app',
data: function () {
return {}
}
})
</script>
</html>
因篇幅问题不能全部显示,请点此查看更多更全内容
Copyright © 2019- nryq.cn 版权所有 赣ICP备2024042798号-6
违法及侵权请联系:TEL:199 1889 7713 E-MAIL:2724546146@qq.com
本站由北京市万商天勤律师事务所王兴未律师提供法律服务