Merge pull request #12031 from dataease/dev-v2

merge
This commit is contained in:
fit2cloudrd 2024-09-04 21:28:28 +08:00 committed by GitHub
commit 86591e0956
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -97,7 +97,7 @@ const operators = computed(() => {
if (authTargetType.value === 'sysParams') {
return textOptionsForSysParams
}
if ([0, 5].includes(deType)) {
if ([0, 5, 7].includes(deType)) {
return textOptions
} else if (deType === 1) {
return dateOptions

View File

@ -740,7 +740,7 @@ const tablePageClass = computed(() => {
justify-content: center;
}
.antv-s2-tooltip-container {
max-width: 80px;
max-width: 400px;
min-width: 80px;
}
</style>