mirror of
https://github.com/MrXujiang/h5-Dooring.git
synced 2026-01-04 01:48:11 +00:00
fix: 左侧样式间距调整
This commit is contained in:
parent
15dd6916cb
commit
4fe8fcb9da
@ -68,7 +68,8 @@ body {
|
||||
.ant-tabs-left.editorTabclass .ant-tabs-tabpane{
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
padding-left: 12px!important;
|
||||
padding-left: 10px!important;
|
||||
padding-right: 10px!important;
|
||||
}
|
||||
|
||||
.ant-form-item-label > label {
|
||||
|
||||
@ -45,7 +45,7 @@ const TargetBox = memo((props: TargetBoxProps) => {
|
||||
);
|
||||
return (
|
||||
<>
|
||||
<div style={{ width: '50%', padding: '10px' }}>
|
||||
<div className={styles.listWrap}>
|
||||
<div className={styles.module} style={{ ...containerStyle }} ref={drag}>
|
||||
<div
|
||||
style={{
|
||||
|
||||
@ -47,9 +47,18 @@
|
||||
.searchBar {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
&Wrap {
|
||||
width: 50%;
|
||||
&:nth-child(even) {
|
||||
padding-left: 0px;
|
||||
}
|
||||
&:nth-child(odd) {
|
||||
padding-left: 8px;
|
||||
}
|
||||
}
|
||||
.module {
|
||||
position: relative;
|
||||
margin-bottom: 12px;
|
||||
margin-bottom: 10px;
|
||||
width: 100%;
|
||||
overflow: hidden;
|
||||
user-select: none;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user