Merge branch 'release_electronic_bid_evaluation_room' into 'release_20230102'
1.6 第十三版 See merge request eshop/fe_service_ebtp_frontend!115
This commit is contained in:
@ -1607,7 +1607,7 @@ const MonitorHome: React.FC<{}> = () => {
|
|||||||
<ScreenLabel title="智能评标监控" />
|
<ScreenLabel title="智能评标监控" />
|
||||||
</div>
|
</div>
|
||||||
<div className="bid-evaluation">
|
<div className="bid-evaluation">
|
||||||
<div><Row gutter={16}>
|
<Row gutter={16}>
|
||||||
{monitorList.map((item, index) => (
|
{monitorList.map((item, index) => (
|
||||||
<Col span={8} key={index}>
|
<Col span={8} key={index}>
|
||||||
<div className="card-default-01" onClick={() => onCardClick(item)}>
|
<div className="card-default-01" onClick={() => onCardClick(item)}>
|
||||||
@ -1619,7 +1619,7 @@ const MonitorHome: React.FC<{}> = () => {
|
|||||||
</div>
|
</div>
|
||||||
</Col>
|
</Col>
|
||||||
))}
|
))}
|
||||||
</Row></div>
|
</Row>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</Col>
|
</Col>
|
||||||
|
@ -249,14 +249,13 @@
|
|||||||
height: 170px;
|
height: 170px;
|
||||||
background-clip: border-box;
|
background-clip: border-box;
|
||||||
filter: blur(0px);
|
filter: blur(0px);
|
||||||
.flex-center;
|
|
||||||
|
|
||||||
.card-default-01 {
|
.card-default-01 {
|
||||||
background-image: url('~@/assets/screen/default_pic01.jpg');
|
background-image: url('~@/assets/screen/default_pic01.jpg');
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size: 100% 100%;
|
background-size: 100% 100%;
|
||||||
height: 120px;
|
height: 120px;
|
||||||
margin-top: 20px;
|
margin-top: 10px;
|
||||||
position: relative;
|
position: relative;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user