| | |
| | | <template> |
| | | <div class="main-container"> |
| | | <div style="position: absolute;top: 0;left: 0;width: 100%;padding: 0 20px"> |
| | | <h4 style="margin-bottom: 10px">配置</h4> |
| | | <h4 style="margin-bottom: 10px"></h4> |
| | | <div style="color: #666666;">在这里更新您的知识库详细信息,尤其是解析方法。</div> |
| | | <a-divider style="margin-top: 20px" /> |
| | | </div> |
| | |
| | | height: 100%; |
| | | overflow: auto; |
| | | //background: #626aea; |
| | | background: #ffffff; |
| | | background: var(--color-bg-2); |
| | | padding-top: 80px; |
| | | |
| | | &-lf { |
| | |
| | | //height: 100%; |
| | | //border: 1px solid #cccccc; |
| | | border-radius: 10px; |
| | | |
| | | //border: 1px solid var(--color-fill-3); |
| | | &-top { |
| | | width: 100%; |
| | | height: 60px; |
| | |
| | | border-radius: 10px; |
| | | overflow: hidden; |
| | | padding: 20px; |
| | | |
| | | section { |
| | | width: 100%; |
| | | color: #333333; |
| | | //color: #333333; |
| | | color: var(--color-text-1); |
| | | } |
| | | } |
| | | } |