Skip to content

Commit

Permalink
fix: rightSideBar对象容器下边距样式修改 (#124)
Browse files Browse the repository at this point in the history
Co-authored-by: mengshang918 <mengshang918@gmail.com>
  • Loading branch information
Henry129999 and mengshang918 committed Jan 12, 2022
1 parent e7e8543 commit 6647fd0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/generator/src/components/RightSideBar/Config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ interface RightSideBarType {

const Config = () => {
return (
<div className={cx(styles.container)}>
<div className={cx(styles.container, 'rightSideBarGlobal')}>
<Tabs defaultActiveKey="1" type="card">
<TabPane tab="属性配置" key="1">
<PropertyConfig />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ const PropertyConfig = () => {

return (
<Fragment>
<div className={`${styles.panelConfig} panelConfigGlobal`}>
<div className={styles.panelConfig}>
{type !== 'root' && (
<>
<div className={cx(styles.propertyConfig)}>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
:global {
.panelConfigGlobal {
.rightSideBarGlobal {
.object-container {
.object-container__collapse-custom {
margin-bottom: 0
Expand Down

0 comments on commit 6647fd0

Please sign in to comment.