Browse Source

高度

master
han\hanst 2 weeks ago
parent
commit
dd13a112c7
  1. 10
      src/views/modules/sampleTracking/projectProofTracking.vue

10
src/views/modules/sampleTracking/projectProofTracking.vue

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

Loading…
Cancel
Save