has-panel-kan-ban-panel.less 484 字节
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
// 基于 @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 {
    
}