Commit cf7b080d authored by TZW's avatar TZW

1111

parent f9c86787
......@@ -161,7 +161,7 @@ export default ({ index, title, dataSource, columns, hidden, navhidden = false }
fontWeight: 500,
textAlign: 'center',
padding: '2px',
border: '1px solid #1890FF',
border: '2px solid #1890FF',
borderRadius: '50%',
backgroundColor: 'white',
marginRight: 16,
......@@ -169,14 +169,16 @@ export default ({ index, title, dataSource, columns, hidden, navhidden = false }
>
{index}
</div>
<div>
<div style={{ display: 'flex', flexDirection: 'column' }}>
<label style={{ width: '40px', fontSize: 18, fontWeight: 600 }}>
{dataSource?.operationTypeName}
</label>
<span>{dataSource?.updateUserName}</span>
<span>{dataSource?.updateTime}</span>
</div>
</div>
<div style={{ flex: 6 }}>
<div style={{ marginBottom: 8 }}>
<div style={{ marginBottom: 16 }}>
<h2 className="page-title">{dataSource?.operationTypeName}信息</h2>
</div>
<ProDescriptions dataSource={dataSource} columns={columns_mes['sbxx']} />
......
......@@ -416,7 +416,9 @@ ol {
.fault-detail {
display: flex;
flex-direction: row;
border-left: 1px solid #ccc;
border-left: 2px dashed #ccc;
padding: 16px;
// 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