Browse Source

fix editable table

pull/22/head
afc163 9 years ago
parent
commit
5580703f9c
  1. 6
      src/routes/Forms/style.less

6
src/routes/Forms/style.less

@ -68,15 +68,11 @@
}
}
// 避免表格编辑模式切换时抖动
:global(.ant-table) td {
transition: none !important;
}
.editable {
td {
padding-top: 13px !important;
padding-bottom: 12.5px !important;
transition: none !important;
}
}

Loading…
Cancel
Save