mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-10 03:16:42 +08:00
样式
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
<span>工号:{{ authorInfo.code }}</span>
|
||||
<span>部门:{{ authorInfo.orgInfo }}</span>
|
||||
<!-- <span>案例编号:{{ caseDetail.id }}</span> -->
|
||||
<span style="margin-left:0px;" v-if="caseDetail.sysCreateTime">{{ caseDetail.sysCreateTime.substring(0,10) }}</span>
|
||||
<span style="text-align: right;" v-if="caseDetail.sysCreateTime">{{ caseDetail.sysCreateTime.substring(0,10) }}</span>
|
||||
|
||||
|
||||
</div>
|
||||
@@ -190,7 +190,7 @@ export default {
|
||||
},
|
||||
methods: {
|
||||
jumpRouter(item) {
|
||||
// console.log(item)
|
||||
// console.log(item)
|
||||
location.href =`${this.webBaseUrl}/case/detail?id=${item.id}`
|
||||
// this.$router.push(`/case/detail?id=${item.id}`);
|
||||
},
|
||||
@@ -372,7 +372,7 @@ export default {
|
||||
span {
|
||||
margin-left: 10px;
|
||||
&:last-of-type {
|
||||
margin-right: auto;
|
||||
flex: 1;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -626,6 +626,7 @@ export default {
|
||||
border-radius: 0px;
|
||||
}
|
||||
.case-titdiv {
|
||||
|
||||
line-height: 25px;
|
||||
display: flex;
|
||||
.case-tittext {
|
||||
|
||||
Reference in New Issue
Block a user