浏览代码

表格

master
庞东旭 2 周前
父节点
当前提交
47aff81a1a
共有 1 个文件被更改,包括 7 次插入1 次删除
  1. +7
    -1
      src/App.vue

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

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


正在加载...
取消
保存