|
- .model-tabs {
- margin-left: 8px;
- :global {
- .ant-tabs-tab {
- padding-top: 0;
- }
- }
- }
-
- .model-selector {
- display: flex;
- align-items: flex-start;
-
- :global {
- .ant-input-affix-wrapper .ant-input-prefix {
- margin-inline-end: 12px;
- }
- }
-
- &__left {
- width: 488px;
- height: 398px;
- margin-right: 15px;
- padding: 15px;
- background-color: rgba(22, 100, 255, 0.03);
- border: 1px solid rgba(22, 100, 255, 0.3);
- border-radius: 8px;
-
- &__search {
- margin-bottom: 14px;
- padding-left: 0;
- background-color: transparent;
- border-width: 0;
- border-bottom: 1px solid rgba(22, 100, 255, 0.1);
- border-radius: 0;
- }
-
- &__tree-title {
- display: inline-block;
- .singleLine();
- }
- }
-
- &__right {
- width: calc(100% - 488px - 15px);
- height: 398px;
- padding: 15px;
- background-color: rgba(22, 100, 255, 0.03);
- border: 1px solid rgba(22, 100, 255, 0.3);
- border-radius: 8px;
-
- &__title {
- height: 46px;
- margin-bottom: 15px;
- padding: 3px 0 6px;
- color: @text-color;
- font-size: @font-size;
- line-height: 46px;
- border-bottom: 1px solid rgba(22, 100, 255, 0.1);
- }
- &__files {
- height: calc(100% - 75px);
- overflow-y: auto;
-
- &__file {
- margin-bottom: 10px;
- padding: 3px 10px;
- color: @text-color-secondary;
- font-size: 13px;
- word-break: break-all;
- background: rgba(4, 3, 3, 0.06);
- border-radius: 4px;
- }
- }
- }
- }
|