diff options
| author | ll <[email protected]> | 2024-07-11 20:41:37 +0800 |
|---|---|---|
| committer | ll <[email protected]> | 2024-07-11 20:41:37 +0800 |
| commit | bafa736c04845e103d7e3747a8152b410d1628fb (patch) | |
| tree | 032d00938963b7cb21ff5c57e4f08723b521ae41 /src/layout | |
| parent | ac8bc7f895baa346cdb498e1b8be41ce66130afd (diff) | |
Diffstat (limited to 'src/layout')
| -rw-r--r-- | src/layout/AppHeader.vue | 26 |
1 files changed, 8 insertions, 18 deletions
diff --git a/src/layout/AppHeader.vue b/src/layout/AppHeader.vue index ac83a07..3570cb8 100644 --- a/src/layout/AppHeader.vue +++ b/src/layout/AppHeader.vue @@ -3,16 +3,17 @@ <div class="headNew" > <div class="headNewLeft" > <div class="headNewLeftText"> -<!-- <span>YYDNS</span>--> -<!-- <img src="../img/logyy.jpg">--> - <img src="../img/logyy_美图抠图20240424.png" style="width: 180px"> + <!-- YYDNS图标 --> + <!-- <img src="../img/logo2.png" style="width: 300px;margin-top:1%"> --> + <!-- 信工所 + DNS 图标 --> + <img src="../img/logo_new_2.png" style="width: 300px;margin-top:6%;margin-left:10%"> </div> </div> - <div class="headNewCenter" > + <!-- <div class="headNewCenter" > <div class="headNewCenterText"> <span style="color: rgb(0,0,0,0);">{{ title || 'Dashboard' }}</span> </div> - </div> + </div> --> <div class="headNewRight" > <div class="headNewRightAll" > <img src="../img/user.png" style="margin-top: 0.5%;height: 10%;width: 10%"> @@ -32,9 +33,6 @@ export default { name: "AppHeader", props:['title','fTag','fInput','fFrom','FIsConfigQuery'], - // components:{ - // router - // }, data(){ return{ userName: localStorage.getItem('username'), @@ -82,12 +80,6 @@ }, }; }, - mounted() { - - }, - watch: { - - }, created() { if (sessionStorage.getItem('switchLanguage') !== null) { this.switchLanguage = sessionStorage.getItem('switchLanguage'); @@ -109,7 +101,6 @@ // this.getallLanguage() // this.getallTags() // this.getallWebs() - }, methods:{ logOut() { @@ -119,7 +110,6 @@ this.$router.push({path:'/'}) }, ChangeLanguage(){ - if(this.switchLanguage==='en'){ // console.log("当前为英文页面 要换成中文页面") sessionStorage.setItem("switchLanguage","zh"); @@ -338,7 +328,8 @@ /*margin-top: 3.1%;*/ margin-top: -8%; /*margin-left: 35%;*/ - margin-left: 10%; + margin-left: 5%; + float: left } } .headNewCenter{ @@ -351,7 +342,6 @@ font-size: 25px; margin-top: 1.6%; } - } .headNewRight{ position: absolute; |
