调整versionTree按钮圆角和生成sketch的界面宽度设置百分比

This commit is contained in:
X1627315083@163.com
2026-03-03 11:23:25 +08:00
parent abd5f5c49c
commit 057263b620
3 changed files with 5 additions and 5 deletions

View File

@@ -5,7 +5,7 @@
<div class="agent-title">{{ props.title }}</div> <div class="agent-title">{{ props.title }}</div>
<div class="agent-name">AI Assistant 1.0</div> <div class="agent-name">AI Assistant 1.0</div>
</div> </div>
<SvgIcon name="equal" color="#0d0d0d" size="24" /> <!-- <SvgIcon name="equal" color="#0d0d0d" size="24" /> -->
</div> </div>
<div class="agent-body flex-1 flex flex-col"> <div class="agent-body flex-1 flex flex-col">
<List ref="listRef" :message-list="messageList" @regenerate="handleRegenerate" /> <List ref="listRef" :message-list="messageList" @regenerate="handleRegenerate" />

View File

@@ -109,7 +109,7 @@
padding: 1.5rem 1.45rem; padding: 1.5rem 1.45rem;
font-weight: 500; font-weight: 500;
font-size: 1.4rem; font-size: 1.4rem;
border-radius: 2rem; border-radius: 3rem;
position: relative; position: relative;
background: white; background: white;
cursor: pointer; cursor: pointer;
@@ -122,7 +122,7 @@
rgba(233, 121, 60, 0.8) 1.61%, rgba(233, 121, 60, 0.8) 1.61%,
rgba(255, 207, 144, 0.8) 101.01% rgba(255, 207, 144, 0.8) 101.01%
); );
border-radius: 2.2rem; border-radius: 2.5rem;
z-index: -1; z-index: -1;
} }
} }
@@ -140,7 +140,7 @@
} }
.preview-wrapper { .preview-wrapper {
width: 91.2rem; width: 56%;
} }
} }
</style> </style>

View File

@@ -24,7 +24,7 @@ import Input from './components/Input.vue'
text-align: center; text-align: center;
margin-bottom: 5.6rem; margin-bottom: 5.6rem;
.fiDA{ .fiDA{
font-family: 'Bold'; font-family: 'MBold';
font-weight: 600; font-weight: 600;
} }
} }