Browse Source

问题修改

dev
deartibers 2 years ago
parent
commit
f8142d0eb8
  1. 2
      web/client/src/sections/install/components/memberModal.jsx

2
web/client/src/sections/install/components/memberModal.jsx

@ -224,7 +224,7 @@ function memberModal (props) {
</Form.Select> </Form.Select>
</div> </div>
{ {
anxinDelete.length > 0 ? ( anxinDelete?.length > 0 ? (
<div style={{ display: 'flex' }}> <div style={{ display: 'flex' }}>
<div style={{ marginTop: 3 }}> <div style={{ marginTop: 3 }}>
<img src="/assets/images/install/risk.png" alt="" style={{ height: 24, width: 24, }} /> <img src="/assets/images/install/risk.png" alt="" style={{ height: 24, width: 24, }} />

Loading…
Cancel
Save