Skip to content

Commit

Permalink
style(schema): adjust some styles
Browse files Browse the repository at this point in the history
  • Loading branch information
Kinplemelon authored and ysfscream committed Feb 26, 2024
1 parent 19f7f12 commit 9544a1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/SchemaForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -625,7 +625,7 @@ const SchemaForm = defineComponent({
}
const tooltipSlots = {
content: () => (
<el-scrollbar max-height="256px">
<el-scrollbar max-height="158px">
<MarkdownContent content={desc} gutter={0} />
</el-scrollbar>
),
Expand Down
2 changes: 1 addition & 1 deletion src/style/normalize.scss
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@
font-size: 13px;
line-height: 1.6;
&:not(.el-select__popper):not(.el-picker__popper):not(.is-wider):not(.el-cascader__dropdown):not(.el-autocomplete__popper) {
max-width: 320px;
max-width: 330px;
}
&.is-wider {
max-width: 900px;
Expand Down

0 comments on commit 9544a1a

Please sign in to comment.