Compare commits
2 Commits
3c49bd36e9
...
ce2c3c6c0e
Author | SHA1 | Date | |
---|---|---|---|
ce2c3c6c0e | |||
d3022582b6 |
@ -205,8 +205,8 @@ export default {
|
||||
header: {
|
||||
height: 38,
|
||||
},
|
||||
rowHeight: 29,
|
||||
minRowHeight: 29,
|
||||
rowHeight: 37,
|
||||
minRowHeight: 37,
|
||||
selectionUnit: 'row',
|
||||
editingEvent: 'click',
|
||||
};
|
||||
@ -383,5 +383,15 @@ function numberFormatter({ value }) {
|
||||
.tab-datepicker {
|
||||
width: 64% !important;
|
||||
}
|
||||
|
||||
.tui-grid-layer-state {
|
||||
top: 40px !important;
|
||||
}
|
||||
|
||||
.tui-grid-layer-selection,
|
||||
.tui-grid-cell-content-editor{
|
||||
height: 36px !important;
|
||||
// border: none;
|
||||
}
|
||||
}
|
||||
</style>
|
@ -1381,6 +1381,9 @@ export default {
|
||||
textStyle: {
|
||||
color: this.isDarkMode ? "#fff" : "#333333",
|
||||
},
|
||||
itemStyle: {
|
||||
borderWidth: 0
|
||||
}
|
||||
},
|
||||
series: seriesData,
|
||||
};
|
||||
|
Reference in New Issue
Block a user