-
+
{{ index + 1 }}
- {{ connect }}
+
@@ -53,7 +53,9 @@
@@ -65,6 +67,7 @@
import '../../styles/InterPreview.scss';
import { ref, watch } from 'vue';
import { IconUnfavorite } from '@computing/opendesign-icons';
+import TextMoreTootip from '@/components/textMoreTootip/index.vue';
interface InterPreProps {
createAppForm: any;
diff --git a/src/views/styles/InterPreview.scss b/src/views/styles/InterPreview.scss
index 10af746dc6d0670c106e330afb7d3c70a0b890d1..3ca3654d23edb9647c6fd3f37ddb71995c44b909 100644
--- a/src/views/styles/InterPreview.scss
+++ b/src/views/styles/InterPreview.scss
@@ -122,10 +122,12 @@
background: var(--o-bg-color-base);
}
.connectBoxContent {
+ display: block;
color: #6395fd;
font-size: 14px;
cursor: pointer;
font-weight: 400;
+ max-width: 100px;
}
}
}
@@ -147,6 +149,7 @@
display: flex;
gap: 8px;
.preFooterContentQues {
+ max-width: 150px;
border-radius: 8px;
padding: 8px 16px;
background-color: var(--o-bg-color-base);