暂存
This commit is contained in:
commit
b4c070a486
@ -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={{
|
||||
|
@ -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;
|
||||
|
@ -43,6 +43,9 @@ export default function EditOne(props: any) {
|
||||
padding: '10px',
|
||||
boxSizing: 'border-box',
|
||||
}}>
|
||||
<div>
|
||||
|
||||
</div>
|
||||
<div className='editFormTitle'>
|
||||
基本信息
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user