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'
}} onClick={() => sell(item)}></Button>
<Button className='goodsBtn' type="primary" style={{
width: '80px',
background: 'rgb(248, 97, 97)',
display: item.goodsStatus == '0' || item.goodsOrderStatus == '3' || item.goodsOrderStatus == '4' ? 'none' : 'unset'
width: '80px',
background:'rgb(248, 97, 97)',
display: item.goodsStatus == '0' || item.goodsOrderStatus == '3'|| item.goodsOrderStatus == '4' ? 'none' : 'unset'
}}
onClick={() => off(item)}></Button>
<div className='goodsBtnIng' style={{

View File

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

View File

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