forked from github/dataease
Merge pull request #10290 from dataease/pr@dev-v2_st
fix(仪表板): 明细表的分页,可以自定义输入跳转到多少页 #9672
This commit is contained in:
commit
47743296c8
@ -469,8 +469,8 @@ const tabStyle = computed(() => [
|
|||||||
|
|
||||||
const tablePageClass = computed(() => {
|
const tablePageClass = computed(() => {
|
||||||
return (
|
return (
|
||||||
['#ffffff', '#A6A6A6FF'].includes(
|
['#ffffff', '#ffffffff', '#a6a6a6ff'].includes(
|
||||||
canvasStyleData.value.component.seniorStyleSetting?.pagerColor
|
canvasStyleData.value.component.seniorStyleSetting?.pagerColor.toLowerCase()
|
||||||
) && 'table-page-info_dark'
|
) && 'table-page-info_dark'
|
||||||
)
|
)
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user