fix(sites): fix api table style error (#975)

This commit is contained in:
gimmyhehe 2023-11-30 16:25:33 +08:00 committed by GitHub
parent 661b433bcd
commit 3fb33c1df7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -407,7 +407,7 @@ export default defineComponent({
</script>
<style lang="less">
.api-table {
table.api-table {
width: 100%;
table-layout: fixed;
border-collapse: collapse;