.chartDataEye table{width:100%;}
.chartDataEye tr{display: flex;}
.chartDataEye tbody{max-height: 252px;overflow-y: auto;display: block;border-bottom: solid 1px #e3e3e3;}
.chartDataEye tbody tr{border-right: solid 1px #e3e3e3;}
.chartDataEye th{background-color: #3280fc;color: white;line-height: 35px;text-align: center;}
.chartDataEye td{line-height: 35px;text-align: center;border: solid 1px #e3e3e3;border-top: none;border-right: none;}
.chartDataEye thead th,.chartDataEye td{width: 50%;}
.chartDataEye tr:last-of-type td{border-bottom: none;}
.chartDataEye tr td input{border: none;width: 100%;text-align: center;}

.chartDataEye{position: absolute;top: 0;left: 0px;right:0px;height: 100%;z-index: 99;background: white;}
.chartDataEye_head { height: 40px; line-height: 40px;padding: 0 20px; border-bottom: solid 1px #e3e3e3;}
.chartDataEye_head i {float: right;cursor: pointer;}
.chartDataFot {height: 35px;display: flex;justify-content: end; align-items: center;position: absolute;left: 0;bottom: 0;width: 100%;}

.chartDataFot i {
    width: 60px;
    display: inline-block;
    margin-left: 10px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    border: solid 1px #e3e3e3;
    border-radius: 3px;
    cursor: pointer;
}
.chartDataFot i.on {
    background: #3280fc;
    color: white;
}