资料目录管理;工作组成员维护

This commit is contained in:
zhaoxiao
2021-09-02 17:57:11 +08:00
parent d8b540041b
commit 365dc7f6bb
6 changed files with 255 additions and 163 deletions
+2 -1
View File
@@ -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;