#store{width:100%;height:100%;background-color:#f2f2f2}#store .table-container{display:flex;position:relative;flex-direction:column;box-sizing:border-box;padding:20px;min-width:1200px;height:100%}#store .table-container .table-tools{display:flex;align-items:center;margin-bottom:10px}#store .table-container .table-tools .store{display:flex;align-items:center;margin-right:20px}#store .table-container .table-tools .store .lable{width:108px}#store .table-container .table-tools .time{margin-right:20px}#store .table-container .store-set-view{width:100%;height:100%;display:flex}#store .table-container .store-set-view .store-list{width:40%;height:100%;padding:15px;background-color:#fff;margin-right:15px}#store .table-container .store-set-view .store-list .el-table td,#store .table-container .store-set-view .store-list .el-table th{padding:8px 0}#store .table-container .store-set-view .store-list .page-box{display:flex;justify-content:center;align-items:center;padding:8px}#store .table-container .store-set-view .store-chart{flex:1;height:100%;padding:15px;background-color:#fff}#store .table-container .store-set-view .store-chart .foot-chart{width:100%;height:50%;display:flex}#store .table-container .store-set-view .store-chart .foot-chart .left,#store .table-container .store-set-view .store-chart .foot-chart .right{width:50%;height:100%}#store .table-container .store-set-view .store-chart .foot-chart .right .proportion{width:100%;height:100%;display:flex}#store .table-container .store-set-view .store-chart .foot-chart .right .proportion .left,#store .table-container .store-set-view .store-chart .foot-chart .right .proportion .right{width:50%;height:100%}