File tree 2 files changed +5
-2
lines changed
src/components/ADempiere/Report/Data
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -174,7 +174,7 @@ export default defineComponent({
174
174
fontStyle += `color: ${font.color} !important;`
175
175
}
176
176
if (isEmptyValue(font.font_code)) {
177
- fontStyle += 'font-size: 10px !important'
177
+ fontStyle += 'font-size: 11px !important'
178
178
}
179
179
if (!isEmptyValue(font.font_code)) {
180
180
const lastIndex = font.font_code.lastIndexOf('-')
Original file line number Diff line number Diff line change @@ -382,7 +382,7 @@ export default defineComponent({
382
382
if (!isEmptyValue(children) || row.isTopLevel) {
383
383
return 'success-row'
384
384
}
385
- return ''
385
+ return 'children-row '
386
386
}
387
387
388
388
function getRowClassName({ row, rowIndex }) {
@@ -652,6 +652,9 @@ export default defineComponent({
652
652
font-weight: 700;
653
653
background: #ecf5ff;
654
654
}
655
+ .el-table .children-row .cell .el-dropdown {
656
+ color: #000
657
+ }
655
658
.reportInfo .el-popover {
656
659
width: 850px !important;
657
660
}
You can’t perform that action at this time.
0 commit comments