feat: 样式调整
This commit is contained in:
@@ -4,7 +4,8 @@
|
|||||||
align-items: flex-start;
|
align-items: flex-start;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
gap: 10px;
|
gap: 10px;
|
||||||
margin-bottom: 6px;
|
border-bottom: 1px solid rgba(15, 23, 42, 0.06);
|
||||||
|
padding-bottom: 12px;
|
||||||
}
|
}
|
||||||
.long-answer-tag {
|
.long-answer-tag {
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
@@ -14,6 +15,7 @@
|
|||||||
border-radius: 12px;
|
border-radius: 12px;
|
||||||
border: 1px solid transparent;
|
border: 1px solid transparent;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
|
font-weight: 600;
|
||||||
line-height: 18px;
|
line-height: 18px;
|
||||||
}
|
}
|
||||||
.long-answer-title {
|
.long-answer-title {
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
</view>
|
</view>
|
||||||
<!-- 超过2行时显示...提示 -->
|
<!-- 超过2行时显示...提示 -->
|
||||||
<view v-if="!finish" class="flex flex-row flex-items-center mt-8">
|
<view v-if="!finish" class="flex flex-row flex-items-center mt-8">
|
||||||
<text class="font-size-12 font-400 font-color-600">正在生成</text>
|
<text class="font-size-12 font-500 font-color-600">正在生成</text>
|
||||||
<ChatLoading />
|
<ChatLoading />
|
||||||
</view>
|
</view>
|
||||||
<view v-if="isOverflow" class="flex flex-row flex-items-center flex-justify-between mt-12">
|
<view v-if="isOverflow" class="flex flex-row flex-items-center flex-justify-between mt-12">
|
||||||
|
|||||||
Reference in New Issue
Block a user