Commit 8aa30af3 authored by 梁淳峰's avatar 梁淳峰

240714

parent 9d8707dd
public/imgs/home/PLATFORM.png

61.5 KB | W: | H:

public/imgs/home/PLATFORM.png

63.2 KB | W: | H:

public/imgs/home/PLATFORM.png
public/imgs/home/PLATFORM.png
public/imgs/home/PLATFORM.png
public/imgs/home/PLATFORM.png
  • 2-up
  • Swipe
  • Onion skin
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
</div> </div>
</div> </div>
<div class="ams-container" :style="{ left: menuWidth-2 + 'px' }"> <div class="ams-container" :style="{ left: menuWidth-2 + 'px' }">
<div class="ams-header"> <div class="ams-header" style=" background-color: #526bab; color:white">
<div class="enterprise-name"> <div class="enterprise-name">
<el-dropdown size="'large'" style="margin-left: 10px;margin-top: 5px;color:blue; width: 100%;" <el-dropdown size="'large'" style="margin-left: 10px;margin-top: 5px;color:blue; width: 100%;"
@command="handleCommand" :trigger="(roleId > 2) ? 'contextmenu' : 'hover'"> @command="handleCommand" :trigger="(roleId > 2) ? 'contextmenu' : 'hover'">
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
</template> </template>
</el-dropdown> </el-dropdown>
</div> </div>
<div class="header-weather" id="mt"> <div class="header-weather" id="">
<el-row style="left: 2.5%;widows: 60px;" > <el-row style="left: 2.5%;widows: 60px;" >
<el-col :span="4"> <el-col :span="4">
<div>温度 ℃ <div>温度 ℃
...@@ -240,6 +240,7 @@ export default defineComponent({ ...@@ -240,6 +240,7 @@ export default defineComponent({
var amslogo_url =new URL('/imgs/home/LOGO_index.png',import.meta.url).href; var amslogo_url =new URL('/imgs/home/LOGO_index.png',import.meta.url).href;
const amslogo = ref(amslogo_url); const amslogo = ref(amslogo_url);
var currLogoUrl=new URL('/imgs/home/PLATFORM.png',import.meta.url).href; var currLogoUrl=new URL('/imgs/home/PLATFORM.png',import.meta.url).href;
//var backgroundImageUrl=new URL('/imgs/home/PLATFORM.png',import.meta.url).href;
var amslogo_style=reactive({height:50,width:150}); var amslogo_style=reactive({height:50,width:150});
//控制左侧导航菜单的展开和隐藏 //控制左侧导航菜单的展开和隐藏
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment