Commit cf7b080d authored by TZW's avatar TZW

1111

parent f9c86787
...@@ -161,7 +161,7 @@ export default ({ index, title, dataSource, columns, hidden, navhidden = false } ...@@ -161,7 +161,7 @@ export default ({ index, title, dataSource, columns, hidden, navhidden = false }
fontWeight: 500, fontWeight: 500,
textAlign: 'center', textAlign: 'center',
padding: '2px', padding: '2px',
border: '1px solid #1890FF', border: '2px solid #1890FF',
borderRadius: '50%', borderRadius: '50%',
backgroundColor: 'white', backgroundColor: 'white',
marginRight: 16, marginRight: 16,
...@@ -169,14 +169,16 @@ export default ({ index, title, dataSource, columns, hidden, navhidden = false } ...@@ -169,14 +169,16 @@ export default ({ index, title, dataSource, columns, hidden, navhidden = false }
> >
{index} {index}
</div> </div>
<div> <div style={{ display: 'flex', flexDirection: 'column' }}>
<label style={{ width: '40px', fontSize: 18, fontWeight: 600 }}> <label style={{ width: '40px', fontSize: 18, fontWeight: 600 }}>
{dataSource?.operationTypeName} {dataSource?.operationTypeName}
</label> </label>
<span>{dataSource?.updateUserName}</span>
<span>{dataSource?.updateTime}</span>
</div> </div>
</div> </div>
<div style={{ flex: 6 }}> <div style={{ flex: 6 }}>
<div style={{ marginBottom: 8 }}> <div style={{ marginBottom: 16 }}>
<h2 className="page-title">{dataSource?.operationTypeName}信息</h2> <h2 className="page-title">{dataSource?.operationTypeName}信息</h2>
</div> </div>
<ProDescriptions dataSource={dataSource} columns={columns_mes['sbxx']} /> <ProDescriptions dataSource={dataSource} columns={columns_mes['sbxx']} />
......
...@@ -416,7 +416,9 @@ ol { ...@@ -416,7 +416,9 @@ ol {
.fault-detail { .fault-detail {
display: flex; display: flex;
flex-direction: row; flex-direction: row;
border-left: 1px solid #ccc; border-left: 2px dashed #ccc;
padding: 16px; padding: 16px;
// background-color: #ff4800; // background-color: #ff4800;
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment