|
@@ -56,7 +56,8 @@
|
|
|
width="80%"
|
|
|
:close-on-click-modal="false"
|
|
|
:destroy-on-close="true"
|
|
|
- append-to-body>
|
|
|
+ append-to-body
|
|
|
+ custom-class="lead-detail-dialog">
|
|
|
<div v-if="currentLead">
|
|
|
<div class="lead-info-flex" style="margin-bottom: 20px;">
|
|
|
<div class="info-row">
|
|
@@ -179,4 +180,11 @@ export default {
|
|
|
margin: 0;
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
+// 仅在本组件的弹层内,修正 Element UI 错误提示的定位与显示,确保可见
|
|
|
+.lead-detail-dialog .el-form-item__error {
|
|
|
+ display: block !important;
|
|
|
+ position: static !important;
|
|
|
+ margin-top: 4px;
|
|
|
+}
|
|
|
</style>
|