mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-22 12:20:34 +00:00
4.8.10 perf (#2630)
* perf: i18n init * i18n * fix: user select end status * fix: interactive workflow * fix: restart chat * fix: oauth login
This commit is contained in:
@@ -715,11 +715,13 @@ export const theme = extendTheme({
|
||||
lg: '1px solid #D0E0E2'
|
||||
},
|
||||
radii: {
|
||||
xs: '4px',
|
||||
sm: '6px',
|
||||
md: '8px',
|
||||
lg: '12px',
|
||||
xl: '16px'
|
||||
none: '0',
|
||||
xs: '0.25rem',
|
||||
sm: '0.375rem',
|
||||
md: '0.5rem',
|
||||
semilg: '0.625rem',
|
||||
lg: '0.75rem',
|
||||
xl: '1rem'
|
||||
},
|
||||
shadows: {
|
||||
1: '0px 1px 2px 0px rgba(19, 51, 107, 0.05), 0px 0px 1px 0px rgba(19, 51, 107, 0.08)',
|
||||
|
Reference in New Issue
Block a user