diff --git a/src/components/case/index.vue b/src/components/case/index.vue index 230da32..e0f9434 100644 --- a/src/components/case/index.vue +++ b/src/components/case/index.vue @@ -448,7 +448,7 @@ export default { console.log('---this.topicList') console.log(this.topicList) if(this.topicList.length > 0){ - const storeProjectId = sessionStorage.getItem('storeProjectId') + const storeProjectId = sessionStorage.getItem('storeProjectId') || this.$route.query.projectId if(storeProjectId) { this.selectProjects({ projectId: storeProjectId @@ -974,7 +974,7 @@ $togetherFontSize: 16px; background-color: #fff; } .header_h { - height: 50px; + height: 40px; background: url(../../assets/img/case/header.png) 0 0/100% 100% no-repeat; justify-content: center; i{ @@ -1062,46 +1062,32 @@ $togetherFontSize: 16px; color: #fff; } - .el-table{ - // font-size: $togetherFontSize; - // font-size: .75rem; - overflow: auto; - color: #202020; - .el-table--striped .el-table__body tr.el-table__row--striped td { - background: #eef7ff; - } - .el-table td,.el-table th.is-leaf{ - border-bottom: 0; + /deep/.el-table{ + font-size: 12px; + thead { + color: #fff; } - thead{ - color: #ffffff; - font-size: togetherFontSize; - font-size: $togetherFontSize; - th{ - padding: 5px 0; - } + .el-table__cell { + padding: 12px 0; } - th > .cell{ + .cell { font-weight: 100; - font-size: .875rem; + font-size: 12px; } - th,tr{ - background-color: #fff; + td, + th.is-leaf { + border-bottom: 0 !important; } } .el-table__header-wrapper{ thead{ color: #ffffff; - font-size: .875rem; - font-size: $togetherFontSize; + font-size: 12px; th{ - padding: 5px 0; + font-weight: 100; } } - th > .cell{ - font-weight: 100; - } th,tr{ background-color: #badfff; } @@ -1181,7 +1167,7 @@ $togetherFontSize: 16px; } } .break-all{ - font-size: 1rem; + font-size: 16px; word-break: break-all; } .panel{ diff --git a/src/components/checkPhoto/index.vue b/src/components/checkPhoto/index.vue index e9fc6de..e54ac1b 100644 --- a/src/components/checkPhoto/index.vue +++ b/src/components/checkPhoto/index.vue @@ -63,7 +63,7 @@