52062.52060.52043.52020

This commit is contained in:
11528
2022-03-25 00:51:26 +08:00
parent 466d02e5c8
commit 282e6990d7
5 changed files with 194 additions and 174 deletions
@@ -89,8 +89,11 @@
<el-table
:data="standinfoList"
height="100%"
tooltip-effect="dark"
header-cell-class-name="zTable_style"
border
style="width: 100%"
style="width: 100%; flex: auto;"
class="drag-table"
:default-sort = "{prop: 'partCode', order: 'ascending'}"
:header-cell-style="{background: '#e8e8e8', color: '#333333', fontSize: '16px',
fontWeight: 'bold', height: '48px'}">
@@ -608,6 +611,9 @@
@import '~@/assets/styles/style';
.consultationDetails {
/deep/.zTable_style {
border-bottom: 1px solid #d1d1d1;
}
height: 100%;
display: flex;
flex-direction: column;