完善文档页文本向量与重排序调用支持
This commit is contained in:
@@ -98,6 +98,22 @@
|
||||
background: #fff;
|
||||
}
|
||||
|
||||
.docsKeyNotice {
|
||||
display: grid;
|
||||
gap: 10px;
|
||||
padding: 12px;
|
||||
border: 1px solid #fde68a;
|
||||
border-radius: 8px;
|
||||
background: #fffbeb;
|
||||
color: #92400e;
|
||||
font-size: 0.8125rem;
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
||||
.docsKeyNotice .shButton {
|
||||
justify-self: start;
|
||||
}
|
||||
|
||||
.docsLead {
|
||||
margin: 18px 0 24px;
|
||||
color: var(--text-soft);
|
||||
|
||||
Reference in New Issue
Block a user