|
|
@ -383,4 +383,12 @@ export default { |
|
|
|
display: inline-block; |
|
|
|
margin: 0px 15px; |
|
|
|
} |
|
|
|
/*表格列设置fixed后固定列出现下边框的设置*/ |
|
|
|
/deep/ .el-table__fixed { |
|
|
|
height: 100% !important; |
|
|
|
} |
|
|
|
/*表格列设置fixed后固定列出现下边框的设置*/ |
|
|
|
/deep/ .el-table__fixed-right { |
|
|
|
height: 100% !important; |
|
|
|
} |
|
|
|
</style> |
|
|
|