赞
踩
- .el-table__body-wrapper, .el-scrollbar__wrap {
- // 滚动条样式
- &::-webkit-scrollbar {
- width: 6px;
- height: 6px;
- }
- &::-webkit-scrollbar-track {
- background: rgb(239, 239, 239);
- }
- &::-webkit-scrollbar-thumb {
- background: #bfbfbf;
- border-radius: 10px;
- }
- }
- // 直接在el-table组件中加就好了
- :row-style="{height:'30px'}"
- :cell-style="{padding:'0px'}"
- // 直接在el-table组件中写就好了
- :header-row-style="{height: '35px'}"
- :header-cell-style="{padding: '0',textAlign: 'center'}"
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。