Merge branch 'main' of http://18.167.251.121:10003/aidlab/FiDA_Front
This commit is contained in:
@@ -490,7 +490,7 @@
|
||||
// width: 39%;
|
||||
// width: 63.4rem;
|
||||
// flex: 1;
|
||||
width: 634px;
|
||||
width: 67.4rem;
|
||||
margin-right: 2.7rem;
|
||||
background-color: #fff;
|
||||
border-radius: 2rem;
|
||||
@@ -516,9 +516,9 @@
|
||||
row-gap: 2.4rem;
|
||||
.assist-input-wrapper {
|
||||
width: 100%;
|
||||
height: 14.4rem;
|
||||
// height: 14.4rem;
|
||||
min-height: 14.4rem !important;
|
||||
max-height: 14.4rem !important;
|
||||
max-height: 18.1rem !important;
|
||||
}
|
||||
}
|
||||
.input-wrapper {
|
||||
|
||||
@@ -132,7 +132,7 @@ const {} = toRefs(data)
|
||||
:with-header="false"
|
||||
>
|
||||
<div class="versionTreeTitle">
|
||||
<span>Version Tree: Retro Sofa Sketch</span>
|
||||
<span>Version Tree</span>
|
||||
<div class="closeBtn" @click="versionTreeData.drawer = false">
|
||||
<div class="closeIcon">
|
||||
<SvgIcon name="close" />
|
||||
@@ -219,7 +219,7 @@ const {} = toRefs(data)
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
border-radius: 8px;
|
||||
border-radius: .8rem;
|
||||
border: 1.5px solid #D9D9D9;
|
||||
color: rgba(0, 0, 0, 0.6);
|
||||
> .versionExport{
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
const route = useRoute()
|
||||
const projectStore = useProjectStore()
|
||||
|
||||
const agentTitle = ref('Retro Sofa Sketch')
|
||||
const agentTitle = ref('Conversation')
|
||||
const previewType = ref<'sketch' | 'report'>('sketch')
|
||||
const VersionTreeIndexRef = ref()
|
||||
const agentRef = ref()
|
||||
@@ -66,6 +66,9 @@
|
||||
if (res) agentRef.value.setChatInfo(res)
|
||||
let data = res?.project || res
|
||||
if (data?.latestNodeId) data.nodeId = data.latestNodeId
|
||||
if (data) {
|
||||
agentTitle.value = data.name
|
||||
}
|
||||
projectStore.setProject({
|
||||
...data
|
||||
})
|
||||
|
||||
@@ -521,9 +521,9 @@
|
||||
|
||||
const settingPopupVisible = ref(false)
|
||||
const settingOptions = ref([
|
||||
{ label: 'Input.settingOptions.creativity', value: 50 },
|
||||
{ label: 'Input.settingOptions.diversity', value: 50 },
|
||||
{ label: 'Input.settingOptions.relevance', value: 50 }
|
||||
{ label: 'Input.settingOptions.first', value: 50 },
|
||||
{ label: 'Input.settingOptions.second', value: 50 },
|
||||
{ label: 'Input.settingOptions.third', value: 50 }
|
||||
])
|
||||
|
||||
const openStylePopup = () => {
|
||||
@@ -627,6 +627,9 @@
|
||||
margin: 0 auto;
|
||||
padding: 0;
|
||||
position: relative;
|
||||
.animate-container {
|
||||
overflow-y: hidden;
|
||||
}
|
||||
|
||||
&:not(.agent) .animate-container {
|
||||
box-shadow: 0px 0.5rem 1.4rem 0px #0000001a;
|
||||
@@ -661,6 +664,16 @@
|
||||
line-height: 1.5;
|
||||
white-space: pre-wrap;
|
||||
word-wrap: break-word;
|
||||
&::-webkit-scrollbar {
|
||||
width: 0;
|
||||
display: none;
|
||||
}
|
||||
&::-webkit-scrollbar-thumb {
|
||||
display: none;
|
||||
}
|
||||
&::-webkit-scrollbar-track {
|
||||
display: none;
|
||||
}
|
||||
|
||||
// 占位符
|
||||
&:empty::before {
|
||||
@@ -779,7 +792,7 @@
|
||||
width: 13rem;
|
||||
color: #fff;
|
||||
border-radius: 4.2rem;
|
||||
font-family: 'Mazzard';
|
||||
font-family: 'MSemiBold';
|
||||
font-weight: 600;
|
||||
font-size: 1.28rem;
|
||||
cursor: pointer;
|
||||
|
||||
Reference in New Issue
Block a user