Merge pull request #8077 from dataease/pr@dev@refactor_public-link

Pr@dev@refactor public link
This commit is contained in:
王嘉豪 2024-02-20 14:35:48 +08:00 committed by GitHub
commit 7d2c140b74
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -241,7 +241,7 @@ export default {
width: 60px;
right: 0;
top: 0;
border-top: 60px solid rgba(245, 74, 69, 0);
border-top: 10px solid rgba(245, 74, 69, 0);
border-left: 60px solid transparent;
cursor: pointer;
z-index: 999;

View File

@ -1111,8 +1111,8 @@ export default {
tableChart.customAttr.color.tableFontColor = '#7c7e81'
tableChart.customAttr.color.enableTableCrossBG = false
tableChart.customAttr.size.showTableHeader = true
tableChart.customAttr.size.tableTitleFontSize = 12
tableChart.customAttr.size.tableItemFontSize = 12
tableChart.customAttr.size.tableTitleFontSize = 14
tableChart.customAttr.size.tableItemFontSize = 14
}
tableChart.customAttr.size.tableColumnFreezeHead = 0
tableChart.customAttr.size.tableRowFreezeHead = 0