Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何更改 Slick.Editor.Text 调用的输入样式?我尝试过:如何子类化 Slickgrid 的 TextCellEditor? 但我没有使用制服,它不起作用,表格像错误一样消失。
答案在示例中,但课程不在核心上。您必须在您的 CSS 中添加(和/或更改)以下样式:例如,我添加了 size 属性并将其设置为 10px
/* Slick.Editors.Text, Slick.Editors.Date */ input.editor-text { width: 100%; height: 100%; border: 0; margin: 0; background: transparent; outline: 0; padding: 0; size:10px; }