Commit 3ca06662 authored by 王亚晖's avatar 王亚晖
parents 8193c304 7823245b
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
src/assets/imgs/denglukuang_d_wx.png

95.6 KB | W: | H:

src/assets/imgs/denglukuang_d_wx.png

42.8 KB | W: | H:

src/assets/imgs/denglukuang_d_wx.png
src/assets/imgs/denglukuang_d_wx.png
src/assets/imgs/denglukuang_d_wx.png
src/assets/imgs/denglukuang_d_wx.png
  • 2-up
  • Swipe
  • Onion skin
This image diff could not be displayed because it is too large. You can view the blob instead.
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
<div style="position: absolute;margin-top:0px;margin-left: 450px;"> <div style="position: absolute;margin-top:0px;margin-left: 450px;">
<h2 style="color: aliceblue;">1#锅炉</h2> <h2 style="color: aliceblue;">1#锅炉</h2>
</div> </div>
<!-- 炉膛 --> <!-- 炉膛 -->
<div v-if="status_2.BoilerRun"> <div v-if="status_2.BoilerRun">
<img style="position: absolute;width: 180px;margin-left: 1419px;margin-top: 239px;" <img style="position: absolute;width: 180px;margin-left: 1419px;margin-top: 239px;"
......
...@@ -88,7 +88,12 @@ html { ...@@ -88,7 +88,12 @@ html {
position: relative; position: relative;
display: flex; display: flex;
border-bottom: 1px solid #eee; border-bottom: 1px solid #eee;
a{
color: #ffffff;
}
} }
.ams-main { .ams-main {
border-left: 1px solid #0c0202; border-left: 1px solid #0c0202;
......
...@@ -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;">
<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});
//控制左侧导航菜单的展开和隐藏 //控制左侧导航菜单的展开和隐藏
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<div class="div-bg"> <div class="div-bg">
<el-row class="row-contain" style="height:100%"> <el-row class="row-contain" style="height:100%">
<el-col :span="12"> <el-col :span="12">
<div class="div-logo"></div> <!-- <div class="div-logo"></div> -->
</el-col> </el-col>
<el-col :span="12" class="col-right"> <el-col :span="12" class="col-right">
<div class="div-login"> <div class="div-login">
...@@ -75,7 +75,7 @@ ...@@ -75,7 +75,7 @@
/* flex:1; */ /* flex:1; */
} }
.div-logo { /* .div-logo {
position: relative; position: relative;
left: 15%; left: 15%;
top: 40%; top: 40%;
...@@ -84,7 +84,7 @@ ...@@ -84,7 +84,7 @@
background-size: contain; background-size: contain;
background-repeat: no-repeat; background-repeat: no-repeat;
overflow: hidden; overflow: hidden;
} } */
.div-contain { .div-contain {
position: relative; position: relative;
...@@ -148,7 +148,7 @@ ...@@ -148,7 +148,7 @@
} }
.text { .text {
color: white; color: black;
/* font-size: 10px; */ /* font-size: 10px; */
} }
......
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