feat: 产品样式调整
This commit is contained in:
@@ -141,14 +141,14 @@ function getWrapperClass(item: GetSessionListVO) {
|
|||||||
>
|
>
|
||||||
<template #trigger>
|
<template #trigger>
|
||||||
<div
|
<div
|
||||||
class="flex items-center gap-1 p-2 rounded-md border border-blue-500 text-blue-600 cursor-pointer select-none"
|
class="flex items-center gap-1 p-2 rounded-md border border-blue-500 text-blue-600 cursor-pointer select-none model-select-box "
|
||||||
>
|
>
|
||||||
<SvgIcon name="models" size="12" />
|
<SvgIcon name="models" size="12" />
|
||||||
<span class="text-sm font-medium">{{ currentModelName }}</span>
|
<span class="text-sm font-medium">{{ currentModelName }}</span>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<div class="flex flex-col gap-1 max-h-52 overflow-y-auto p-1">
|
<div class="flex flex-col gap-1 max-h-100 overflow-y-auto p-1">
|
||||||
<div
|
<div
|
||||||
v-for="item in popoverList"
|
v-for="item in popoverList"
|
||||||
:key="item.id"
|
:key="item.id"
|
||||||
@@ -172,6 +172,13 @@ function getWrapperClass(item: GetSessionListVO) {
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<style scoped>
|
<style scoped>
|
||||||
|
.model-select-box {
|
||||||
|
color: var(--el-color-primary, #409eff);
|
||||||
|
background: var(--el-color-primary-light-9, rgb(235.9 245.3 255));
|
||||||
|
border: 1px solid var(--el-color-primary, #409eff);
|
||||||
|
border-radius: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
/* 彩色流光动画 */
|
/* 彩色流光动画 */
|
||||||
@keyframes gradientFlow {
|
@keyframes gradientFlow {
|
||||||
0%, 100% { background-position: 0 50%; }
|
0%, 100% { background-position: 0 50%; }
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user