产品-数据采集页面列表样式修改

This commit is contained in:
黎永顺 2023-06-20 14:25:30 +08:00
parent d3bba3eab4
commit e06728670b
4 changed files with 8 additions and 7 deletions

View File

@ -102,8 +102,8 @@ class AttendanceDataViewSlide extends Component {
className="attendanceSlideWrapper"
top={0}
measureT="%"
width={800}
measureX="px"
width={80}
measureX="%"
height={100}
measureY="%"
direction="right"
@ -131,7 +131,7 @@ class AttendanceDataViewSlide extends Component {
dataSource={dataSource}
pagination={pagination}
loading={loading.query}
xWidth={columns.length * 120}
xWidth={columns.length * 180}
/>
</div>
}

View File

@ -58,7 +58,7 @@ class TableRecord extends Component {
},
pageInfo: {
current: 1, pageSize: 10, total: 0
},
}
}, () => this.getTableRecordData());
};
@ -186,6 +186,7 @@ class TableRecord extends Component {
dataSource={dataSource}
pagination={pagination}
loading={loading.query}
xWidth={columns.length * 180}
/>
</div>
);

View File

@ -154,7 +154,7 @@ class DataTables extends Component {
dataSource={dataSource}
pagination={pagination}
loading={loading.query}
xWidth={getColumns.length * 150}
xWidth={getColumns.length * 160}
/>;
}
}

View File

@ -106,8 +106,8 @@ class Layout extends Component {
visible={visible}
top={0}
measureT="%"
width={1000}
measureX="px"
width={80}
measureX="%"
height={100}
measureY="%"
direction="right"