forked from opentiny/tiny-vue
fix(sites): fix api table style error (#975)
This commit is contained in:
parent
661b433bcd
commit
3fb33c1df7
|
@ -407,7 +407,7 @@ export default defineComponent({
|
|||
</script>
|
||||
|
||||
<style lang="less">
|
||||
.api-table {
|
||||
table.api-table {
|
||||
width: 100%;
|
||||
table-layout: fixed;
|
||||
border-collapse: collapse;
|
||||
|
|
Loading…
Reference in New Issue