feat: playground embedding

This commit is contained in:
jialin
2024-11-22 10:00:34 +08:00
parent 01214077d3
commit 16e2ac5b6c
33 changed files with 1518 additions and 172 deletions
+5 -4
View File
@@ -7,9 +7,9 @@
display: flex;
align-items: center;
justify-content: space-between;
border-bottom: 1px solid var(--ant-color-split);
padding: 8px 14px;
padding-right: 6px;
border: 1px solid var(--ant-color-border);
border-radius: var(--border-radius-base);
padding: 8px 6px 8px 14px;
cursor: pointer;
height: 41px;
transition: background-color 0.3s ease;
@@ -33,7 +33,8 @@
.title {
display: flex;
align-items: center;
max-width: 300px;
width: 300px;
flex: 1;
}
}
}
@@ -41,6 +41,7 @@
flex-direction: column;
position: relative;
height: calc(100vh - 72px);
width: 100%;
.message-list-wrap {
display: flex;
@@ -32,6 +32,7 @@
flex: 1;
display: flex;
flex-direction: column;
width: 100%;
}
.params {
+1
View File
@@ -16,6 +16,7 @@
top: 0;
background: var(--color-white-1);
z-index: 100;
align-items: center;
}
}