|
|
@ -6135,20 +6135,20 @@ export default { |
|
|
<style > |
|
|
<style > |
|
|
.el-table.el-table--medium.data-table th, |
|
|
.el-table.el-table--medium.data-table th, |
|
|
.el-table.data-table th { |
|
|
.el-table.data-table th { |
|
|
height: 24px; |
|
|
|
|
|
|
|
|
height: 26px; |
|
|
padding-top: 0; |
|
|
padding-top: 0; |
|
|
padding-bottom: 0; |
|
|
padding-bottom: 0; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.el-table.data-table th .cell { |
|
|
.el-table.data-table th .cell { |
|
|
height: 24px; |
|
|
|
|
|
line-height: 24px; |
|
|
|
|
|
|
|
|
height: 26px; |
|
|
|
|
|
line-height: 26px; |
|
|
font-size: 12px; |
|
|
font-size: 12px; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.el-table.data-table td .cell { |
|
|
.el-table.data-table td .cell { |
|
|
height: 26px; |
|
|
|
|
|
line-height: 26px; |
|
|
|
|
|
|
|
|
height: 28px; |
|
|
|
|
|
line-height: 28px; |
|
|
font-size: 12px; |
|
|
font-size: 12px; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|