fix: sse headers and extract module
This commit is contained in:
@@ -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
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user