index.vue 224 B

1234567891011
  1. <template>
  2. <div class="app-container home">空白</div>
  3. </template>
  4. <script setup name="Index"></script>
  5. <style>
  6. .table-warp .el-table .cell {
  7. line-height: 23px !important;
  8. }
  9. </style>
  10. <style scoped lang="scss"></style>