调整versionTree按钮圆角和生成sketch的界面宽度设置百分比
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<div class="agent-title">{{ props.title }}</div>
|
||||
<div class="agent-name">AI Assistant 1.0</div>
|
||||
</div>
|
||||
<SvgIcon name="equal" color="#0d0d0d" size="24" />
|
||||
<!-- <SvgIcon name="equal" color="#0d0d0d" size="24" /> -->
|
||||
</div>
|
||||
<div class="agent-body flex-1 flex flex-col">
|
||||
<List ref="listRef" :message-list="messageList" @regenerate="handleRegenerate" />
|
||||
|
||||
@@ -109,7 +109,7 @@
|
||||
padding: 1.5rem 1.45rem;
|
||||
font-weight: 500;
|
||||
font-size: 1.4rem;
|
||||
border-radius: 2rem;
|
||||
border-radius: 3rem;
|
||||
position: relative;
|
||||
background: white;
|
||||
cursor: pointer;
|
||||
@@ -122,7 +122,7 @@
|
||||
rgba(233, 121, 60, 0.8) 1.61%,
|
||||
rgba(255, 207, 144, 0.8) 101.01%
|
||||
);
|
||||
border-radius: 2.2rem;
|
||||
border-radius: 2.5rem;
|
||||
z-index: -1;
|
||||
}
|
||||
}
|
||||
@@ -140,7 +140,7 @@
|
||||
}
|
||||
|
||||
.preview-wrapper {
|
||||
width: 91.2rem;
|
||||
width: 56%;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -24,7 +24,7 @@ import Input from './components/Input.vue'
|
||||
text-align: center;
|
||||
margin-bottom: 5.6rem;
|
||||
.fiDA{
|
||||
font-family: 'Bold';
|
||||
font-family: 'MBold';
|
||||
font-weight: 600;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user