资料目录管理;工作组成员维护
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
<!-- 需要有返回操作的页面-->
|
||||
<template v-else>
|
||||
<img :src="IconBack" class="page-header-icon page-header-icon-back" @click="backPage">
|
||||
<img :src="imgForIcon" class="page-header-icon">
|
||||
<span class="page-header-title">{{ levelTwoTitle }}</span>
|
||||
</template>
|
||||
</div>
|
||||
@@ -60,6 +61,7 @@ export default {
|
||||
&-icon {
|
||||
height: 20px;
|
||||
max-width: 30px;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
&-icon-back {
|
||||
@@ -67,7 +69,6 @@ export default {
|
||||
}
|
||||
|
||||
&-title {
|
||||
margin-left: 10px;
|
||||
font-size: 16px;
|
||||
font-family: PingFang SC, PingFang SC-Medium;
|
||||
color: #666666;
|
||||
|
||||
Reference in New Issue
Block a user