.operationStaff{padding:10px 20px 10px;box-sizing:border-box;height:calc(100vh - 140px);overflow:auto}.operationStaff .menu{display:flex;justify-content:space-between;align-items:center}.operationStaff .menu .text{display:flex;align-items:center;font-size:16px;color:#333}.operationStaff .menu .text .el-input{width:200px;height:35px;margin:0 12px 0 10px}.operationStaff .menu .text .el-input input{width:200px;height:35px;background:#fff}.operationStaff .menu .text .searchBox{width:80px}.operationStaff .menu .addBtn,.operationStaff .menu .text .searchBox{height:35px;background:#d33594;border-radius:5px;font-size:16px;color:#fefefe;line-height:35px;text-align:center;cursor:pointer}.operationStaff .menu .addBtn{width:100px}.operationStaff .tableList{margin-top:20px}.operationStaff::-webkit-scrollbar{width:4px}.operationStaff::-webkit-scrollbar-thumb{background:transparent;border-radius:4px}.operationStaff:hover::-webkit-scrollbar-thumb{background:hsla(0,0%,52.9%,.4)}.operationStaff:hover::-webkit-scrollbar-track{background:hsla(0,0%,52.9%,.01)}