// 基于 @CONTROL/面板/CONTROL.less.ftl 生成 .kanban-title { .item-field { text-align: center; font-size: 24px; font-weight: 700; } } .kanban-author { .item-field { font-style: italic; position: absolute; top: 10px; right: 24px; } } .kanban-description { .item-field { font-style: italic; font-weight: 700; margin-left: 12px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } } .app-layoutpanel { }