|
@@ -141,6 +141,12 @@ export default {
|
|
vertical: 'middle',
|
|
vertical: 'middle',
|
|
horizontal: 'left',
|
|
horizontal: 'left',
|
|
};
|
|
};
|
|
|
|
+ column.border = {
|
|
|
|
+ top: { style: 'thin' },
|
|
|
|
+ left: { style: 'thin' },
|
|
|
|
+ bottom: { style: 'thin' },
|
|
|
|
+ right: { style: 'thin' },
|
|
|
|
+ };
|
|
});
|
|
});
|
|
// 单元格内容样式
|
|
// 单元格内容样式
|
|
titleCell.style = {
|
|
titleCell.style = {
|
|
@@ -152,6 +158,12 @@ export default {
|
|
size: 20,
|
|
size: 20,
|
|
bold: true,
|
|
bold: true,
|
|
},
|
|
},
|
|
|
|
+ border: {
|
|
|
|
+ top: { style: 'thin' },
|
|
|
|
+ left: { style: 'thin' },
|
|
|
|
+ bottom: { style: 'thin' },
|
|
|
|
+ right: { style: 'thin' },
|
|
|
|
+ },
|
|
};
|
|
};
|
|
// 设置标题-end
|
|
// 设置标题-end
|
|
let data = [
|
|
let data = [
|