1.6 第十三版

This commit is contained in:
jl-zhoujl2
2023-01-06 23:59:50 +08:00
parent 353fecfbe0
commit f40251f8e4
2 changed files with 3 additions and 4 deletions

View File

@ -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>

View File

@ -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;