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.
在“内联”编辑上单击编辑模式时,是否可以设置剑道网格的文本颜色?
我知道剑道主题可以以某种方式做到这一点,但如果可以的话,我想设置自己。
将 CSS 样式定义为:
#grid tbody .k-input { color: red !important; }
用于red在编辑时设置颜色或文本。
red
我使用#grid仅将样式应用于id等于等于的网格,grid并且我使用tbody仅将样式缩小到表格的主体(防止其他输入被格式化)。
#grid
id
grid
tbody