|
@@ -16,11 +16,23 @@
|
|
|
<span class="svg-shuxian">
|
|
<span class="svg-shuxian">
|
|
|
<svg-icon icon-class="shuxian" />
|
|
<svg-icon icon-class="shuxian" />
|
|
|
</span>
|
|
</span>
|
|
|
|
|
+ <span class="svg-czsc">
|
|
|
|
|
+ <el-tooltip content="操作手册" placement="bottom" effect="light">
|
|
|
|
|
+ <a href="https://www.jinganrenjiams.com/manage/" target="_blank">
|
|
|
|
|
+ <img src="../../icons/images/index/czsc.png" alt="">
|
|
|
|
|
+ </a>
|
|
|
|
|
+ </el-tooltip>
|
|
|
|
|
+ </span>
|
|
|
|
|
+ <span class="svg-shuxian">
|
|
|
|
|
+ <svg-icon icon-class="shuxian" />
|
|
|
|
|
+ </span>
|
|
|
<span class="svg-user">
|
|
<span class="svg-user">
|
|
|
<!-- <svg-icon icon-class="user" /> -->
|
|
<!-- <svg-icon icon-class="user" /> -->
|
|
|
- <img src="../../icons/images/index/user.png" alt="">
|
|
|
|
|
|
|
+ <el-tooltip :content="role" placement="bottom" effect="light">
|
|
|
|
|
+ <img src="../../icons/images/index/user.png" alt="">
|
|
|
|
|
+ </el-tooltip>
|
|
|
</span>
|
|
</span>
|
|
|
- <div class="right-role">{{role}}</div>
|
|
|
|
|
|
|
+ <!-- <div class="right-role">{{role}}</div> -->
|
|
|
<span class="svg-shuxian">
|
|
<span class="svg-shuxian">
|
|
|
<svg-icon icon-class="shuxian" />
|
|
<svg-icon icon-class="shuxian" />
|
|
|
</span>
|
|
</span>
|
|
@@ -230,13 +242,32 @@
|
|
|
background-color: #E0E9FD;
|
|
background-color: #E0E9FD;
|
|
|
color: #4493F8;
|
|
color: #4493F8;
|
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
img {
|
|
img {
|
|
|
width: 50px;
|
|
width: 50px;
|
|
|
height: 50px;
|
|
height: 50px;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+ .svg-czsc {
|
|
|
|
|
+ display: flex;
|
|
|
|
|
+ justify-content: center;
|
|
|
|
|
+ align-items: center;
|
|
|
|
|
+ width: 50px;
|
|
|
|
|
+ height: 50px;
|
|
|
|
|
+ font-size: 32px;
|
|
|
|
|
+ border-radius: 30px;
|
|
|
|
|
+ background-color: #E0E9FD;
|
|
|
|
|
+ color: #4493F8;
|
|
|
|
|
+ overflow: hidden;
|
|
|
|
|
+
|
|
|
|
|
+ img {
|
|
|
|
|
+ width: 60px;
|
|
|
|
|
+ height: 60px;
|
|
|
|
|
+ margin-top: 10px;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
.right-role {
|
|
.right-role {
|
|
|
margin: auto 0 auto 10px;
|
|
margin: auto 0 auto 10px;
|
|
|
}
|
|
}
|
|
@@ -311,4 +342,4 @@
|
|
|
// }
|
|
// }
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
-</style>
|
|
|
|
|
|
|
+</style>
|