Skip to content

Commit

Permalink
Merge branch 'beta' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Wangtaofeng committed Mar 5, 2024
2 parents 7b77bbf + aeae52b commit f07a8d2
Show file tree
Hide file tree
Showing 4 changed files with 303 additions and 954 deletions.
2 changes: 1 addition & 1 deletion apps/builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"private": true,
"author": "ILLA Cloud <[email protected]>",
"license": "Apache-2.0",
"version": "4.5.13",
"version": "4.5.15",
"scripts": {
"dev": "vite --strictPort --force",
"build-cloud": "NODE_OPTIONS=--max-old-space-size=12288 vite build --mode cloud",
Expand Down
1 change: 1 addition & 0 deletions apps/builder/src/widgetLibrary/PC/MenuWidget/style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ export function applyMenuTitleStyle(mode: MenuMode): SerializedStyles {
color: ${getColor("grayBlue", "02")};
font-size: 14px;
font-style: normal;
white-space: nowrap;
font-weight: 500;
`
}
Expand Down
Loading

0 comments on commit f07a8d2

Please sign in to comment.