update
This commit is contained in:
@@ -128,7 +128,7 @@
|
||||
|
||||
:deep(.ant-table-tbody > tr > td) {
|
||||
border-bottom: none;
|
||||
padding: 0 4px;
|
||||
padding: 10px 4px;
|
||||
}
|
||||
|
||||
:deep(.ant-table-row:hover) {
|
||||
|
||||
@@ -115,7 +115,6 @@ export function useFooterTable() {
|
||||
function setFooterList(res: any) {
|
||||
const arrList = cloneDeep(footerList.value);
|
||||
if (res) {
|
||||
console.log('resssss', res);
|
||||
arrList.forEach((item) => {
|
||||
item.value = res[item.key];
|
||||
item.extData = res;
|
||||
|
||||
Reference in New Issue
Block a user