| | |
| | | } |
| | | |
| | | /*************** PublicTable 表格样式。*********************************/ |
| | | .cell { |
| | | padding: 0; |
| | | |
| | | .el-table{ |
| | | border-bottom: 1px solid #fff; |
| | | .el-table__body-wrapper::-webkit-scrollbar { |
| | | width: 0; |
| | | height: 0; |
| | | background: none; |
| | | } |
| | | .cell{ |
| | | padding: 0 3px !important; |
| | | i{ |
| | | display: block; |
| | | font-style: normal; |
| | | font-size: 10px; |
| | | line-height: 12px; |
| | | } |
| | | } |
| | | } |
| | | .el-table--border th{ |
| | | border-right: none; |
| | | border-left: 1px solid #ddd; |
| | | } |
| | | .el-table--border th.gutter{border-left: none} |
| | | |
| | | .el-table .cell, .el-table--border td:first-child .cell, .el-table--border th:first-child .cell { |
| | | /* padding-left: 10px; */ |
| | | |
| | | text-align: center; |
| | | } |
| | | .el-table th>.cell { |
| | |
| | | height: 0; |
| | | } |
| | | .el-table td, .el-table th.is-leaf { |
| | | border: none; |
| | | font-size: 0.08rem; |
| | | } |
| | | |
| | | .el-table .warning-row { |
| | | background: #28304d; |
| | | } |
| | |
| | | //修改表格高度 |
| | | .el-table td { |
| | | padding: 0!important; |
| | | height: 30px; |
| | | line-height: 30px; |
| | | font-size: 0.01rem !important; |
| | | } |
| | | |
| | | /***********************************************动画效果************/ |
| | | .transition{ |
| | | transition: all .5s; |
| | |
| | | .el-tabs__header .is-top { |
| | | |
| | | } |
| | | |