Skip to content

Commit

Permalink
refactor(ns): 调整 SmartEdit 界面布局
Browse files Browse the repository at this point in the history
  • Loading branch information
weibaohui committed Nov 11, 2024
1 parent fd429b1 commit 465d7ee
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions assets/pages/ns/pod.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
"drawer": {
"closeOnEsc": true,
"closeOnOutside": true,
"size": "lg",
"size": "xl",
"title": "SmartEdit",
"body": [
{
Expand Down Expand Up @@ -162,8 +162,8 @@
"type": "page",
"asideResizor": true,
"asideSticky": false,
"asideMinWidth": 150,
"asideMaxWidth": 400,
"asideMinWidth": 300,
"asideMaxWidth": 600,
"aside": [
{
"type": "input-tree",
Expand Down Expand Up @@ -298,7 +298,6 @@
"drawer": {
"closeOnOutside": true,
"closeOnEsc": true,
"position": "left",
"size": "xl",
"body": [
{
Expand Down

0 comments on commit 465d7ee

Please sign in to comment.