Selaa lähdekoodia

表格

master
庞东旭 2 viikkoa sitten
vanhempi
commit
47aff81a1a
1 muutettua tiedostoa jossa 7 lisäystä ja 1 poistoa
  1. +7
    -1
      src/App.vue

+ 7
- 1
src/App.vue Näytä tiedosto

@@ -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>


Ladataan…
Peruuta
Tallenna