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

@ -592,9 +592,9 @@ export default function ProductRelease() {
display: item.goodsStatus == '0' && item.goodsCheckStatus == '2' ? 'unset' : 'none' display: item.goodsStatus == '0' && item.goodsCheckStatus == '2' ? 'unset' : 'none'
}} onClick={() => sell(item)}></Button> }} onClick={() => sell(item)}></Button>
<Button className='goodsBtn' type="primary" style={{ <Button className='goodsBtn' type="primary" style={{
width: '80px', width: '80px',
background: 'rgb(248, 97, 97)', background:'rgb(248, 97, 97)',
display: item.goodsStatus == '0' || item.goodsOrderStatus == '3' || item.goodsOrderStatus == '4' ? 'none' : 'unset' display: item.goodsStatus == '0' || item.goodsOrderStatus == '3'|| item.goodsOrderStatus == '4' ? 'none' : 'unset'
}} }}
onClick={() => off(item)}></Button> onClick={() => off(item)}></Button>
<div className='goodsBtnIng' style={{ <div className='goodsBtnIng' style={{

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,16 +266,39 @@ thead {
/* 让第一个按钮的左边距为 0 */ /* 让第一个按钮的左边距为 0 */
} }
.goodsTypeArrayBox { @media (min-width: 1571px) {
width: 100%; .goodsTypeArrayBox {
background-color: #F6F6F6; width: calc(100% - 338px);
padding: 15px; background-color: #F6F6F6;
/* box-sizing: border-box; */ padding: 15px;
margin-bottom: 15px; /* box-sizing: border-box; */
display: flex; margin-bottom: 15px;
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;
color: #707070; color: #707070;

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>