mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-11 03:46:44 +08:00
样式
This commit is contained in:
@@ -18,7 +18,7 @@
|
|||||||
<span>工号:{{ authorInfo.code }}</span>
|
<span>工号:{{ authorInfo.code }}</span>
|
||||||
<span>部门:{{ authorInfo.orgInfo }}</span>
|
<span>部门:{{ authorInfo.orgInfo }}</span>
|
||||||
<!-- <span>案例编号:{{ caseDetail.id }}</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>
|
</div>
|
||||||
@@ -372,7 +372,7 @@ export default {
|
|||||||
span {
|
span {
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
&:last-of-type {
|
&:last-of-type {
|
||||||
margin-right: auto;
|
flex: 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -626,6 +626,7 @@ export default {
|
|||||||
border-radius: 0px;
|
border-radius: 0px;
|
||||||
}
|
}
|
||||||
.case-titdiv {
|
.case-titdiv {
|
||||||
|
|
||||||
line-height: 25px;
|
line-height: 25px;
|
||||||
display: flex;
|
display: flex;
|
||||||
.case-tittext {
|
.case-tittext {
|
||||||
|
|||||||
Reference in New Issue
Block a user