工作中心看板视图标签页的动态添加并实现点击筛选

This commit is contained in:
WEB许何哲\xuhez
2023-08-07 14:48:55 +08:00
parent cb011a9bd7
commit 5a28ec7579
5 changed files with 230 additions and 33 deletions

View File

@@ -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;
}