@@ -329,7 +329,7 @@ export default class ByTable extends VueViews {
}
return data
- //清楚选中
+ //清除选中
clearCheckboxRow(){
if(this.attrs.checkbox){
(this.$refs.table as any).clearCheckboxRow();
@@ -2207,10 +2207,10 @@
flex-shrink: 0;
.bill-tab {
- width: 150px;
+ width: 210px;
height: 100%;
transition: all .5s;
- overflow: hidden;
+ overflow: auto;
.tab-title {