.leftSelect{float:left;width:20%;min-width:250px}.content{display:flex;flex-grow:1;padding:0 30px 30px 30px;flex-wrap:wrap;gap:10px}.content .cellHead{background-color:#b8b8b8}.content .cell,.content .cellHead{display:flex;flex-basis:calc(14.28571% - 10px);box-sizing:border-box;align-items:center;justify-content:space-between;flex-direction:column;border-radius:5px;padding:6px 0}.content .cell{height:90px;background-color:#ececec;cursor:pointer}.content .cell .ant-tag{margin-right:0}