소스 검색

表格

master
庞东旭 2 주 전
부모
커밋
986ca38d59
2개의 변경된 파일6개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      public/styles/theme-chalk/index.css
  2. +5
    -0
      src/App.vue

+ 1
- 1
public/styles/theme-chalk/index.css
파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
파일 보기


+ 5
- 0
src/App.vue 파일 보기

@@ -13,6 +13,11 @@ export default {
components: { ThemePicker }
}
</script>
<style>
.el-table--medium .el-table__cell{
padding: 7px 0;
}
</style>
<style scoped>
#app .theme-picker {
display: none;


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