Skip to content

Commit

Permalink
feat: add full-screen support to code input (#6453)
Browse files Browse the repository at this point in the history
#### What type of PR is this?

/area ui
/kind feature
/milestone 2.19.x

#### What this PR does / why we need it:

Code 输入框支持全屏编辑。

<img width="530" alt="image" src="https://github.com/user-attachments/assets/c8465388-10fa-4b04-be52-c6a5bda6a2bc">

<img width="1906" alt="image" src="https://github.com/user-attachments/assets/aa6d14da-ef35-49b9-8d63-fde928d1f8e4">


#### Which issue(s) this PR fixes:

Fixes #6308 

#### Special notes for your reviewer:

需要在任意 Code 输入框中测试全屏功能是否正常。

#### Does this PR introduce a user-facing change?

```release-note
Code 输入框支持全屏编辑。
```
  • Loading branch information
ruibaby authored Aug 13, 2024
1 parent ddd5968 commit c2ac19f
Show file tree
Hide file tree
Showing 6 changed files with 247 additions and 18 deletions.
4 changes: 2 additions & 2 deletions ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
},
"devDependencies": {
"@changesets/cli": "^2.25.2",
"@iconify/json": "^2.2.117",
"@iconify/json": "^2.2.235",
"@intlify/unplugin-vue-i18n": "^4.0.0",
"@rushstack/eslint-patch": "^1.3.2",
"@tailwindcss/aspect-ratio": "^0.4.2",
Expand Down Expand Up @@ -151,7 +151,7 @@
"tailwindcss-safe-area": "^0.2.2",
"tailwindcss-themer": "^2.0.3",
"typescript": "~5.5.4",
"unplugin-icons": "^0.14.15",
"unplugin-icons": "^0.19.2",
"vite": "^5.2.11",
"vite-plugin-externals": "^0.6.2",
"vite-plugin-html": "^3.2.2",
Expand Down
Loading

0 comments on commit c2ac19f

Please sign in to comment.