52062.52060.52043.52020
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user