出库管理样式修改2

This commit is contained in:
zzyuan 2026-01-20 15:28:51 +08:00
parent 7f4316aa4e
commit 2f5c812375
8 changed files with 14 additions and 9 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

View File

@ -34,7 +34,7 @@
<el-card class="content-box" shadow="never">
<el-row :gutter="10" class="mb8" justify="end">
<el-row :gutter="10" class="mb8" justify="end" style="padding: 10px 0;margin-bottom: 15px;border-bottom: 1px solid #F0F0F0;">
<el-col :span="2">
<span style="font-size: 20px; font-weight: 800">出库记录列表</span>
</el-col>

View File

@ -72,7 +72,7 @@
</el-card>
<el-card shadow="never">
<el-row :gutter="10" class="mb8" justify="end">
<el-row :gutter="10" class="mb8" justify="end" style="padding: 10px 0;margin-bottom: 15px;border-bottom: 1px solid #F0F0F0;">
<el-col :span="4" style="display: flex;align-items: center;">
<span style="font-size: 20px; font-weight: 800;margin-right: 48px;">出库申请设备</span>
<span style="font-size: 16px;color: #808080;">{{tableList.length}}条记录</span>

View File

@ -69,7 +69,7 @@
</el-card>
<el-card class="content-box" shadow="never">
<el-row :gutter="10" class="mb8" justify="end">
<el-row :gutter="10" class="mb8" justify="end" style="padding: 10px 0;margin-bottom: 15px;border-bottom: 1px solid #F0F0F0;">
<el-col :span="6" style="display: flex;align-items: center;">
<span style="font-size: 20px; font-weight: 800;margin-right: 48px;">出库申请列表</span>
<span style="font-size: 16px;color: #808080;">{{total}}条记录</span>

View File

@ -41,7 +41,10 @@
:key="node.id"
:timestamp="getNodeRecord(node) ? getNodeRecord(node).approveTime : ''"
placement="top"
>
>
<template #dot>
<img src="../../../assets/images/timeIcon.png" class="custom-icon" alt="">
</template>
<div class="timeline-content">
<div class="node-title">
<span class="node-name">节点{{ node.nodeOrder }}{{ node.nodeName }}</span>
@ -662,8 +665,6 @@ export default {
this.$router.push({ path: '/business/auditList' })
},
},
}
</script>
@ -726,4 +727,8 @@ export default {
}
}
}
.custom-icon{
width: 20px;
height: 20px;
}
</style>

View File

@ -67,7 +67,7 @@
</el-card>
<el-card class="content-box" shadow="never">
<el-row :gutter="10" class="mb8" justify="end">
<el-row :gutter="10" class="mb8" justify="end" style="padding: 10px 0;margin-bottom: 15px;border-bottom: 1px solid #F0F0F0;">
<el-col :span="6" style="display: flex;align-items: center;">
<span style="font-size: 20px; font-weight: 800;margin-right: 48px;">出库审核列表</span>
<span style="font-size: 16px;color: #808080;">{{tableList.length}}条记录</span>

View File

@ -112,7 +112,7 @@
</el-card>
<el-card shadow="never">
<el-row :gutter="10" class="mb8" justify="end">
<el-row :gutter="10" class="mb8" justify="end" style="padding: 10px 0;margin-bottom: 15px;border-bottom: 1px solid #F0F0F0;">
<el-col :span="6" style="display: flex;align-items: center;">
<span style="font-size: 20px; font-weight: 800;margin-right: 48px;">出库执行列表</span>
<span style="font-size: 16px;color: #808080;">{{tableList.length}}条记录</span>

View File

@ -48,7 +48,7 @@
</el-card>
<el-card class="content-box" shadow="never">
<el-row :gutter="10" class="mb8" justify="end">
<el-row :gutter="10" class="mb8" justify="end" style="padding: 10px 0;margin-bottom: 15px;border-bottom: 1px solid #F0F0F0;">
<el-col :span="4">
<span style="font-size: 20px; font-weight: 800">出库执行列表</span>
</el-col>