fix: sse headers and extract module

This commit is contained in:
archer
2023-07-30 12:26:21 +08:00
parent b472127d3b
commit 5f5d439f55
10 changed files with 112 additions and 51 deletions

View File

@@ -199,16 +199,6 @@ const Select = selectMultiStyle({
}
});
const Tooltip = defineStyleConfig({
baseStyle: {
p: 3,
bg: 'white',
color: 'blackAlpha.800',
borderRadius: '8px',
boxShadow: '1px 1px 10px rgba(0,0,0,0.2)'
}
});
// 全局主题
export const theme = extendTheme({
styles: {
@@ -309,7 +299,6 @@ export const theme = extendTheme({
Textarea,
Switch,
Select,
Tooltip,
NumberInput
}
});