Skip to content

Commit

Permalink
Merge branch 'main' into fix_label_position
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron1604 authored Aug 7, 2023
2 parents fd3cacb + d75f5a4 commit abb55f1
Show file tree
Hide file tree
Showing 14 changed files with 628 additions and 8 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion client/packages/lowcoder-design/src/icons/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -288,4 +288,5 @@ export { ReactComponent as ExpandIcon } from "icons/icon-expand.svg";
export { ReactComponent as CompressIcon } from "icons/icon-compress.svg";
export { ReactComponent as TableCellsIcon } from "icons/icon-table-cells.svg"; // Added By Aqib Mirza
export { ReactComponent as TimeLineIcon } from "icons/icon-timeline-comp.svg"
export { ReactComponent as LottieIcon } from "icons/icon-lottie.svg";
export { ReactComponent as LottieIcon } from "icons/icon-lottie.svg";
export { ReactComponent as AutoCompleteCompIcon } from "icons/icon-autocomplete-comp.svg";
1 change: 1 addition & 0 deletions client/packages/lowcoder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"axios": "^0.21.1",
"buffer": "^6.0.3",
"clsx": "^1.2.1",
"cnchar": "^3.2.4",
"copy-to-clipboard": "^3.3.3",
"core-js": "^3.25.2",
"echarts": "^5.4.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ const defaultTheme = EditorView.theme({
"&.cm-editor": {
backgroundColor: "#ffffff",
width: "100%",
height: "100%",
// height: "100%",
"font-size": "13px",
transition: "all .4s ease",
outline: "none",
Expand Down
Loading

0 comments on commit abb55f1

Please sign in to comment.