소스 검색

表格

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>


불러오는 중...
취소
저장