Fix(CodeEditor): Fix error stylesheet

This commit is contained in:
2024-10-31 15:41:40 +08:00
parent 46b6e9f969
commit eaba5aa372

View File

@@ -2,7 +2,8 @@ import { createStyles } from 'antd-style'
export default createStyles(({ token }) => ({
root: {
position: 'relative'
position: 'relative',
height: '100%'
},
errorMessage: {