Merge branch 'sprint/wangzemei/css_kanban' into 'master'
* fix css of kanban See merge request easycorp/zentaopms!6671
This commit is contained in:
@@ -31,6 +31,7 @@
|
||||
.kanban-header-col > .title > .text {max-width: 110px !important;}
|
||||
.kanban-header-col > .title > .storyColumn .text {font-weight: 700; color:rgb(51, 51, 51);}
|
||||
.kanban-header-col > .title > .storyColumn + .dropdown-menu {top: 45px; left: auto;}
|
||||
.kanban-header-sub-cols .kanban-header-col > .title .text {max-width: calc(100% - 120px) !important;}
|
||||
|
||||
#kanbanContainer {margin: 0;}
|
||||
#kanbanContainer > .panel-body {overflow: auto;}
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
.region .region-actions {float: right; position: relative; top: -6px; right: -6px;}
|
||||
.region .region-header .icon-double-angle-up,.icon-double-angle-down {cursor: pointer;}
|
||||
.region .kanban-header-sub-cols {margin-left: -2px;}
|
||||
.region .kanban-header-sub-cols .kanban-header-col > .title {max-width: 100% !important;min-width:240px;}
|
||||
.region .kanban-header-sub-cols .kanban-header-col > .title {max-width: 100% !important;min-width:200px;}
|
||||
.region .sort .region-header {cursor: move;}
|
||||
.region .kanban.kanban-dragging {overflow: hidden;}
|
||||
|
||||
@@ -156,6 +156,7 @@
|
||||
.region .kanban-board .kanban-header-sub-cols .kanban-header-col > .title > span {max-width: calc(100% - 165px) !important;}
|
||||
.region .kanban-board .kanban-header-sub-cols .kanban-header-col.left > .title > span {max-width: calc(100% - 120px) !important;}
|
||||
.executionName .delayed {margin-right: 10px;}
|
||||
.region .kanban-board .kanban-header-sub-cols .kanban-header-col > .title > .text {max-width: calc(100% - 150px) !important;}
|
||||
|
||||
#kanbanBox {position: relative;}
|
||||
#regionTabs {background-color: #efefef; z-index: 100; display: flex; align-items: center; gap: 1.5rem; justify-content: space-between;}
|
||||
|
||||
Reference in New Issue
Block a user