[release-2.2] fix: the width of the code input type is not full (#843)

This is an automated cherry-pick of #838

/assign ruibaby

```release-note
修复 Console 端 FormKit 的 Code 输入框宽度未占满的问题
```
pull/855/head
Halo Dev Bot 2023-02-10 14:24:14 +08:00 committed by GitHub
parent 3fc46081e2
commit 996eac806b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -45,6 +45,7 @@ const emit = defineEmits<{
const customTheme = EditorView.theme({
"&": {
height: props.height,
width: "100%",
},
});