feat: 扩大对话区域内边距
This commit is contained in:
parent
d8a6f696e7
commit
2706a0c732
|
|
@ -484,14 +484,14 @@ watch(
|
|||
|
||||
&.wide-mode {
|
||||
.input-container {
|
||||
min-width: 1000px;
|
||||
// min-width: 1000px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.input-wrapper {
|
||||
flex-shrink: 0;
|
||||
padding: 16px 150px 24px;
|
||||
padding: 16px 10% 24px;
|
||||
background: linear-gradient(to top, white 80%, transparent);
|
||||
|
||||
.dark & {
|
||||
|
|
@ -501,12 +501,12 @@ watch(
|
|||
|
||||
.input-container {
|
||||
width: 100%;
|
||||
min-width: 1000px;
|
||||
// min-width: 1000px;
|
||||
// margin: 0 auto;
|
||||
transition: max-width 0.3s ease;
|
||||
|
||||
&.wide {
|
||||
min-width: 1000px;
|
||||
// min-width: 1000px;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
|
|
|||
|
|
@ -276,7 +276,7 @@ setCustomComponents("playground-demo", {
|
|||
.message-bubble {
|
||||
display: flex;
|
||||
gap: 16px;
|
||||
padding: 20px 150px;
|
||||
padding: 20px 10%;
|
||||
animation: fadeIn 0.3s ease;
|
||||
|
||||
&.role-user {
|
||||
|
|
|
|||
Loading…
Reference in New Issue