|
@@ -43,6 +43,7 @@
|
|
|
style="width: 100%"
|
|
|
:header-cell-style="{ background: '#f1f1f1', fontSize: '17px' }"
|
|
|
:row-class-name="tableRowClassName"
|
|
|
+ class="table"
|
|
|
>
|
|
|
<el-table-column label="课程" min-width="15" align="center">
|
|
|
<template slot-scope="scope">
|
|
@@ -636,4 +637,11 @@ export default {
|
|
|
overflow: hidden;
|
|
|
text-overflow: ellipsis;
|
|
|
}
|
|
|
+
|
|
|
+.table >>> .cell{
|
|
|
+ padding: 0px 3px !important;
|
|
|
+}
|
|
|
+/* .table >>> .el-table .cell, .table >>> .el-table--border td:first-child .cell, .table >>> .el-table--border th:first-child .cell{
|
|
|
+ padding: 0 3px;
|
|
|
+} */
|
|
|
</style>
|