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="智能评标监控" />
|
||||
</div>
|
||||
<div className="bid-evaluation">
|
||||
<div><Row gutter={16}>
|
||||
<Row gutter={16}>
|
||||
{monitorList.map((item, index) => (
|
||||
<Col span={8} key={index}>
|
||||
<div className="card-default-01" onClick={() => onCardClick(item)}>
|
||||
@ -1619,7 +1619,7 @@ const MonitorHome: React.FC<{}> = () => {
|
||||
</div>
|
||||
</Col>
|
||||
))}
|
||||
</Row></div>
|
||||
</Row>
|
||||
</div>
|
||||
</div>
|
||||
</Col>
|
||||
|
@ -249,14 +249,13 @@
|
||||
height: 170px;
|
||||
background-clip: border-box;
|
||||
filter: blur(0px);
|
||||
.flex-center;
|
||||
|
||||
.card-default-01 {
|
||||
background-image: url('~@/assets/screen/default_pic01.jpg');
|
||||
background-repeat: no-repeat;
|
||||
background-size: 100% 100%;
|
||||
height: 120px;
|
||||
margin-top: 20px;
|
||||
margin-top: 10px;
|
||||
position: relative;
|
||||
cursor: pointer;
|
||||
|
||||
|
Reference in New Issue
Block a user