全局表头样式
This commit is contained in:
@@ -50,7 +50,6 @@
|
||||
<el-card style="float: left">
|
||||
<el-table
|
||||
:data="tableData1"
|
||||
:header-cell-style="{fontFamily:'MicrosoftYaHeiUI',fontSize:'14px',fontWeight:200}"
|
||||
size="mini"
|
||||
style="margin-top: 3px"
|
||||
height="750px"
|
||||
@@ -141,7 +140,7 @@
|
||||
</div>
|
||||
</el-card>
|
||||
<el-card style="float: left;margin-left: 5px">
|
||||
<el-table :data="gridData" :header-cell-style="{fontFamily:'MicrosoftYaHeiUI',fontSize:'14px',fontWeight:200}" :summary-method="getSummaries" class="subTableHeader" show-summary border size="mini" style="width: 100%">
|
||||
<el-table :data="gridData" :summary-method="getSummaries" class="subTableHeader" show-summary border size="mini" style="width: 100%">
|
||||
<el-table-column width="50" align="center" type="index" label="序号"/>
|
||||
<el-table-column label="到货单编号" align="center" width="120px">
|
||||
<template slot-scope="scope">
|
||||
|
||||
Reference in New Issue
Block a user