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