提交 e4aa7af5 编写于 作者: 张磊's avatar 张磊

zl to release

上级 43f3f4cf
...@@ -1207,6 +1207,7 @@ ...@@ -1207,6 +1207,7 @@
title="" title=""
trigger="hover" trigger="hover"
:offset="20" :offset="20"
popper-class="drop_class"
:content="areaContentPop(addressItem.areaList)"> :content="areaContentPop(addressItem.areaList)">
<p slot="reference" class="warehouseAdress-main"> <p slot="reference" class="warehouseAdress-main">
<span class="warehouseAdress-msg">{{addressItem.receiver}}</span> <span class="warehouseAdress-msg">{{addressItem.receiver}}</span>
...@@ -3658,10 +3659,18 @@ export default { ...@@ -3658,10 +3659,18 @@ export default {
max-width: 1000px; max-width: 1000px;
word-break: break-all; word-break: break-all;
} }
.popper__arrow{ .drop_class {
//background: rgba(0,0,0,0.8); /* 背景色 */
background: rgba(0,0,0,0.8) !important;
border: 1px solid rgba(0,0,0,0.8) !important;
} }
.popper__arrow::after {
background: rgba(0, 0, 0, 0.8); /* 下方是去除三角箭头的代码 */
.drop_class[x-placement^="bottom"] .popper__arrow::after {
border-bottom-color: rgba(0,0,0,0.8) !important;
}
.drop_class[x-placement^="bottom"] .popper__arrow {
border-bottom-color: rgba(0,0,0,0.8) !important;
} }
</style> </style>
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册