fix #1153 fix list display exception (#1189)

* fix #1153
List display exception

* fix list display exception(#1153)
pull/1202/head
程序猿小石头 1 year ago committed by GitHub
parent e3cb45f5ba
commit 9b33ea69c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -367,6 +367,17 @@
</div>
</template>
<style>
.el-table--border th.el-table__cell {
padding: 0;
height: 40px;
}
.el-table .cell {
line-height: normal;
}
</style>
<script>
import * as itemApi from '@/api/hippo4j-item';
import * as tenantApi from '@/api/hippo4j-tenant';

Loading…
Cancel
Save