瀏覽代碼

表格

master
庞东旭 3 月之前
父節點
當前提交
47aff81a1a
共有 1 個檔案被更改,包括 7 行新增1 行删除
  1. +7
    -1
      src/App.vue

+ 7
- 1
src/App.vue 查看文件

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


Loading…
取消
儲存