Ver código fonte

表格

master
庞东旭 2 semanas atrás
pai
commit
47aff81a1a
1 arquivos alterados com 7 adições e 1 exclusões
  1. +7
    -1
      src/App.vue

+ 7
- 1
src/App.vue Ver arquivo

@@ -14,8 +14,14 @@ export default {
}
</script>
<style>
.el-table--default .el-table__cell{
padding: 9px 0!important;
}
.el-table--medium .el-table__cell{
padding: 7px 0;
padding: 8px 0!important;
}
.el-table--small .el-table__cell{
padding: 7px 0!important;
}
</style>
<style scoped>


Carregando…
Cancelar
Salvar