出库审核样式修改
This commit is contained in:
parent
8abc26e0c6
commit
7c216965d8
|
|
@ -28,9 +28,9 @@
|
|||
</el-form>
|
||||
</el-card>
|
||||
|
||||
<el-row :gutter="24" style="height: auto;">
|
||||
<el-col :span="6" style="height: 100%;">
|
||||
<el-card shadow="never" style="height: 100%;">
|
||||
<el-row :gutter="24">
|
||||
<el-col :span="6">
|
||||
<el-card shadow="never" style="min-height: 640px;">
|
||||
<div style="display: flex;align-items: center;padding-bottom: 20px;border-bottom: 1px solid #F0F0F0;">
|
||||
<span style="font-size: 20px; font-weight: 800;margin-right: 48px;">审批进度</span>
|
||||
</div>
|
||||
|
|
@ -704,6 +704,7 @@ export default {
|
|||
.node-title {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
gap: 10px;
|
||||
margin-bottom: 8px;
|
||||
|
||||
|
|
@ -715,7 +716,12 @@ export default {
|
|||
|
||||
.node-info {
|
||||
font-size: 12px;
|
||||
color: #606266;
|
||||
|
||||
font-style: normal;
|
||||
background: rgba(52, 226, 199,0.08);
|
||||
color: #3F3F3F;
|
||||
padding: 15px;
|
||||
border-radius:3px;
|
||||
line-height: 1.8;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue