Browse Source

表单加载中状态

dev
巴林闲侠 2 years ago
parent
commit
21a33a82aa
  1. 2
      web/client/src/sections/workOrder/containers/jobOrder.jsx

2
web/client/src/sections/workOrder/containers/jobOrder.jsx

@ -66,7 +66,7 @@ const JobOrder = (props) => {
<div> <div>
<Meta <Meta
title={ title={
<span>{p.name}<Spin style={{ position: 'relative', top: 6, left: 6 }} spinning={formStateRequestingIndex == index + 1} /></span> <span>{p.name}<Spin style={{ position: 'relative', top: 6, left: 6, }} spinning={formStateRequestingIndex == index + 1} /></span>
} }
avatar={ avatar={
<IconArticle style={{ fontSize: 42 }} /> <IconArticle style={{ fontSize: 42 }} />

Loading…
Cancel
Save