feat: improve copilot (#2758)

This commit is contained in:
Himself65
2023-06-13 10:29:04 +08:00
committed by GitHub
parent 5ba2dff008
commit ace3c37fcc
20 changed files with 413 additions and 79 deletions

View File

@@ -0,0 +1,15 @@
import { style } from '@vanilla-extract/css';
export const detailContentStyle = style({
backgroundColor: 'rgba(0, 0, 0, 0.04)',
height: '100%',
display: 'flex',
flexDirection: 'column',
overflow: 'auto',
paddingLeft: '9px',
paddingRight: '9px',
});
export const detailContentActionsStyle = style({});