duhanyu
李劲龙 2 years ago
parent 4feaab090b
commit f1f4f6b5b0

@ -17,19 +17,19 @@
</div> </div>
<div class="content-top-right"> <div class="content-top-right">
<div class="content-top-fanhui"> <div class="content-top-fanhui">
<div class="content-top-fanhui-main"> <div class="content-top-fanhui-main" @click="fanhuimenhu">
<div class='black-bg'></div> <div class='black-bg'></div>
<span>返回门户</span> <span>返回门户</span>
</div> </div>
</div> </div>
<div class="userInfo"> <div class="userInfo">
<!-- <img src="@/assets/images/profile.jpg" alt="" /> --> <!-- <img src="@/assets/images/profile.jpg" alt="" /> -->
<el-dropdown trigger="click"> <el-dropdown trigger="click" @command="tuichudengl">
<span class="el-dropdown-link"> <span class="el-dropdown-link">
您好,{{ userName }}<i class="el-icon-arrow-down el-icon--right"></i> 您好,{{ userName }}<i class="el-icon-arrow-down el-icon--right"></i>
</span> </span>
<el-dropdown-menu slot="dropdown" @click="tuichudengl"> <el-dropdown-menu slot="dropdown">
<el-dropdown-item>退出登录</el-dropdown-item> <el-dropdown-item command="0">退出登录</el-dropdown-item>
</el-dropdown-menu> </el-dropdown-menu>
</el-dropdown> </el-dropdown>
</div> </div>
@ -168,7 +168,12 @@ export default {
} }
}, },
tuichudengl() { tuichudengl() {
console.log(111);
location.href = `${location.origin}/login`; location.href = `${location.origin}/login`;
},
fanhuimenhu() {
location.href = `${location.origin}/ims/workbench/`;
} }
}, },
computed: {} computed: {}
@ -207,6 +212,7 @@ export default {
color: #FFFFFF; color: #FFFFFF;
opacity: 0.72; opacity: 0.72;
} }
.content-top-left-data2 { .content-top-left-data2 {
font-size: 14px; font-size: 14px;
font-family: Source Han Sans CN; font-family: Source Han Sans CN;
@ -225,6 +231,7 @@ export default {
margin-right: 10px; margin-right: 10px;
background: linear-gradient(0deg, rgba(103, 200, 255, 0.2) 0%, rgba(111, 176, 231, 0.1) 100%); background: linear-gradient(0deg, rgba(103, 200, 255, 0.2) 0%, rgba(111, 176, 231, 0.1) 100%);
cursor: pointer; cursor: pointer;
.content-top-fanhui-main { .content-top-fanhui-main {
padding: 2px 15px; padding: 2px 15px;
border: 1px solid; border: 1px solid;
@ -232,6 +239,7 @@ export default {
border-radius: 4px; border-radius: 4px;
display: flex; display: flex;
align-items: center; align-items: center;
.black-bg { .black-bg {
width: 36px; width: 36px;
height: 34px; height: 34px;
@ -239,6 +247,7 @@ export default {
background-size: cover; background-size: cover;
margin-top: 3px; margin-top: 3px;
} }
span { span {
font-size: 16px; font-size: 16px;
font-family: SourceHanSansSC; font-family: SourceHanSansSC;
@ -253,8 +262,10 @@ export default {
} }
.userInfo { .userInfo {
cursor: pointer;
display: flex; display: flex;
align-items: center; align-items: center;
img { img {
width: 31px; width: 31px;
height: 31px; height: 31px;
@ -277,6 +288,7 @@ export default {
.title { .title {
margin-top: 250px; margin-top: 250px;
color: #fff; color: #fff;
// display: flex; // display: flex;
// justify-content: center; // justify-content: center;
div { div {
@ -293,6 +305,7 @@ export default {
// -webkit-text-fill-color: transparent; // -webkit-text-fill-color: transparent;
z-index: 20; z-index: 20;
} }
img { img {
width: 316px; width: 316px;
height: 316px; height: 316px;
@ -301,11 +314,13 @@ export default {
left: 830px; left: 830px;
} }
} }
.content-bottom-box { .content-bottom-box {
position: absolute; position: absolute;
top: 50%; top: 50%;
left: 50%; left: 50%;
transform: translate(-50%, -50%); transform: translate(-50%, -50%);
.content-bottom { .content-bottom {
position: relative; position: relative;
// width: 800px; // width: 800px;
@ -315,8 +330,10 @@ export default {
.input { .input {
width: 739px; width: 739px;
::v-deep .el-input { ::v-deep .el-input {
background-color: transparent; background-color: transparent;
input { input {
border: none; border: none;
background-color: transparent; background-color: transparent;
@ -350,6 +367,7 @@ export default {
color: #FFFFFF; color: #FFFFFF;
line-height: 18px; line-height: 18px;
cursor: pointer; cursor: pointer;
img { img {
width: 25px; width: 25px;
height: 25px; height: 25px;
@ -380,16 +398,19 @@ export default {
// background-color: rgb(63,110,204) // background-color: rgb(63,110,204)
// background-color: rgba(205,235,243,0.1) // background-color: rgba(205,235,243,0.1)
} }
.dialog-item:hover { .dialog-item:hover {
background-color: rgb(63, 110, 204) background-color: rgb(63, 110, 204)
} }
} }
} }
} }
// //
::v-deep .el-loading-mask { ::v-deep .el-loading-mask {
background-color: rgba(205, 235, 243, 0.1); background-color: rgba(205, 235, 243, 0.1);
} }
// //
// ::v-deep .el-loading-spinner .path{ // ::v-deep .el-loading-spinner .path{
// stroke: #005432; // stroke: #005432;
@ -397,6 +418,5 @@ export default {
// //
// ::v-deep .el-loading-spinner .el-loading-text{ // ::v-deep .el-loading-spinner .el-loading-text{
// color: #005432; // color: #005432;
// } // }</style>
</style>
Loading…
Cancel
Save