This commit is contained in:
lyp 2025-06-04 10:52:03 +08:00
commit b4c070a486
3 changed files with 37 additions and 10 deletions

View File

@ -82,6 +82,7 @@ thead {
} }
.showGoodsBox { .showGoodsBox {
margin-top: 80px;
width: calc(100% - 2px); width: calc(100% - 2px);
/* height: 100%; */ /* height: 100%; */
/* background-color: pink; */ /* background-color: pink; */
@ -265,15 +266,38 @@ thead {
/* 让第一个按钮的左边距为 0 */ /* 让第一个按钮的左边距为 0 */
} }
@media (min-width: 1571px) {
.goodsTypeArrayBox { .goodsTypeArrayBox {
width: 100%; width: calc(100% - 338px);
background-color: #F6F6F6; background-color: #F6F6F6;
padding: 15px; padding: 15px;
/* box-sizing: border-box; */ /* box-sizing: border-box; */
margin-bottom: 15px; margin-bottom: 15px;
display: flex; display: flex;
/* background-color: pink; */
position: fixed;
/* width: 100%; */
z-index: 999;
} }
}
@media (max-width: 1570px) {
.goodsTypeArrayBox {
width: calc(100% - 298px);
background-color: #F6F6F6;
padding: 15px;
/* box-sizing: border-box; */
margin-bottom: 15px;
display: flex;
/* background-color: pink; */
position: fixed;
/* width: 100%; */
z-index: 999;
}
}
.goodsTypeTitle { .goodsTypeTitle {
font-size: 18px; font-size: 18px;

View File

@ -43,6 +43,9 @@ export default function EditOne(props: any) {
padding: '10px', padding: '10px',
boxSizing: 'border-box', boxSizing: 'border-box',
}}> }}>
<div>
</div>
<div className='editFormTitle'> <div className='editFormTitle'>
</div> </div>