Browse Source

报检单检验详情样式调整+抽屉汇总表格高度调整

dev_web_online
安虹睿 2 years ago
parent
commit
2b5a9f3f34
  1. 2
      fe/PC/src/components/commonTabel-drawer/index.vue
  2. 1
      fe/PC/src/views/rawMaterialManage/quality/InspectRequest.vue

2
fe/PC/src/components/commonTabel-drawer/index.vue

@ -103,7 +103,7 @@
@handleSelectionChange="handleSelectionChange" @handleSelectionChange="handleSelectionChange"
@inlineDialog="inlineDialog" @inlineDialog="inlineDialog"
@buttonClick="buttonClick" @buttonClick="buttonClick"
:setUTableHeight="200" :setUTableHeight="210"
> >
<template> <template>
<slot></slot> <slot></slot>

1
fe/PC/src/views/rawMaterialManage/quality/InspectRequest.vue

@ -1007,6 +1007,7 @@ export default {
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: flex-end; justify-content: flex-end;
padding-bottom: 15px;
} }
} }
::v-deep .jyTable{ ::v-deep .jyTable{

Loading…
Cancel
Save