perf: table列表增加拖动效果

This commit is contained in:
“huailei000”
2023-03-02 18:47:27 +08:00
committed by huailei
parent 36e053068e
commit ac88b70b1c

View File

@@ -48,7 +48,7 @@ export default {
buttonSize: 'mini',
tableAttrs: {
stripe: false, // 斑马纹表格
border: false, // 表格边框
border: true, // 表格边框
fit: true, // 宽度自适应,
tooltipEffect: 'dark',
rowClassName: ({ row }) => {
@@ -182,7 +182,7 @@ export default {
line-height: 1.5;
padding: 6px 0;
font-size: 13px;
border-right: none;
* {
vertical-align: middle;
}
@@ -204,7 +204,7 @@ export default {
background-color: #ffffff;
font-size: 13px;
line-height: 1.5;
border-right: none;
.cell {
white-space: nowrap !important;
overflow: hidden;