工作中心看板视图标签页的动态添加并实现点击筛选
This commit is contained in:
@@ -1,18 +1,13 @@
|
||||
.alerts {
|
||||
.choosekanban {
|
||||
display: flex;
|
||||
justify-content: flex-start;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.alerts>div {
|
||||
width: 3vw;
|
||||
height: 1.5vw;
|
||||
border: 1px solid grey;
|
||||
border-radius: 5px;
|
||||
margin: 0 0.5vw;
|
||||
justify-content: center;
|
||||
.choosekanban>button {
|
||||
width: 5vw !important;
|
||||
height: 2vw !important;
|
||||
border: none !important;
|
||||
margin-left: 16px !important;
|
||||
margin-top: 1vw !important;
|
||||
}
|
||||
|
||||
.alerts>div:nth-child(1) {
|
||||
margin-left: 0 !important;
|
||||
}
|
||||
Reference in New Issue
Block a user