金融产品名称:{{item.productTypeId}}
@@ -761,9 +761,14 @@ export default {
color: #86909C;
span {
- width: 25%;
+ width: 24%;
display: inline-block;
margin: 5px 0;
+ margin-right: 1%;
+
+ white-space: nowrap; /* 防止文本换行 */
+ overflow: hidden; /* 隐藏溢出的文本 */
+ text-overflow: ellipsis; /* 显示省略号 */
}
span a:first-child {
@@ -773,6 +778,10 @@ export default {
span a:last-child {
color: #1D2129;
+ width: calc(100% - 160px) !important;
+ display: inline-block;
+
+
}
.el-form-item {
diff --git a/src/pages/mediation-page/components/LayoutContentNew.vue b/src/pages/mediation-page/components/LayoutContentNew.vue
index aac35ed..6b96e5e 100644
--- a/src/pages/mediation-page/components/LayoutContentNew.vue
+++ b/src/pages/mediation-page/components/LayoutContentNew.vue
@@ -198,7 +198,7 @@
-
+
@@ -362,6 +362,7 @@