mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-11 11:56:44 +08:00
1
This commit is contained in:
@@ -96,9 +96,9 @@
|
|||||||
</div>
|
</div>
|
||||||
</el-dialog>
|
</el-dialog>
|
||||||
</div>
|
</div>
|
||||||
<el-dialog :visible.sync="dialogTableVisible">
|
<el-dialog width="60%" :visible.sync="dialogTableVisible">
|
||||||
<span slot="title" class="dialog-header">
|
<span slot="title" class="dialog-header">
|
||||||
<div>全岗位路径</div>
|
<div style="margin-right: 10px;">全岗位路径</div>
|
||||||
<div class="otherImg">
|
<div class="otherImg">
|
||||||
<img src="../../assets/images/growth/CurrentPath.png" alt="">
|
<img src="../../assets/images/growth/CurrentPath.png" alt="">
|
||||||
<span>当前路径</span>
|
<span>当前路径</span>
|
||||||
@@ -410,7 +410,7 @@ export default {
|
|||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
margin-left: 60px;
|
margin-left: 40px;
|
||||||
|
|
||||||
img {
|
img {
|
||||||
width: 27px;
|
width: 27px;
|
||||||
|
|||||||
Reference in New Issue
Block a user