Skip to content

Commit ab2a1d1

Browse files
committed
Merge branch 'main' of https://github.com/dataease/SQLBot
2 parents 387076a + 0d12871 commit ab2a1d1

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

frontend/src/style.less

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,10 @@ body {
194194
display: block !important;
195195
}
196196

197+
em {
198+
font-synthesis: style weight !important;
199+
}
200+
197201
strong {
198202
font-synthesis: style weight !important;
199203
}

frontend/src/views/ds/DatasourceForm.vue

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,6 @@ const excelUploadSuccess = ref(false)
4343
const tableListLoading = ref(false)
4444
const token = wsCache.get('user.token')
4545
const request_key = computed(() => {
46-
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
47-
// @ts-expect-error
4846
// eslint-disable-next-line no-undef
4947
return LicenseGenerator.generate()
5048
})

0 commit comments

Comments
 (0)