曲阳修改
This commit is contained in:
parent
5ba3ab8656
commit
9dd33d43b1
Binary file not shown.
After Width: | Height: | Size: 71 KiB |
|
@ -32,7 +32,7 @@
|
|||
<div id="app" class="aminui">
|
||||
<div class="app-loading">
|
||||
<div class="app-loading__logo">
|
||||
<!-- <img src="img/bbmg.jpg"/> -->
|
||||
<img src="img/bbmg.jpg"/>
|
||||
</div>
|
||||
<div class="app-loading__loader"></div>
|
||||
<div class="app-loading__title"><%= VUE_APP_TITLE %></div>
|
||||
|
|
|
@ -659,7 +659,7 @@ export default {
|
|||
header {
|
||||
height: 50px;
|
||||
/* 调整头部高度 */
|
||||
background-image: url('/public/img/header_bg.png');
|
||||
background-image: url('/public/img/header.png');
|
||||
/* 替换为实际的背景图片路径 */
|
||||
background-size: cover;
|
||||
background-position: center;
|
||||
|
@ -781,12 +781,18 @@ header {
|
|||
height: 220px;
|
||||
}
|
||||
.dropdown {
|
||||
top: 20%;
|
||||
/* top: 20%;
|
||||
font-size: 18px;
|
||||
right: 22%;
|
||||
position: absolute; */
|
||||
bottom: 3%;
|
||||
font-size: 18px;
|
||||
left: 50%;
|
||||
position: absolute;
|
||||
transform: translateX(-50%);
|
||||
}
|
||||
.dropdown-item {
|
||||
|
||||
/* .dropdown-item {
|
||||
padding: 12px 16px;
|
||||
text-decoration: none;
|
||||
display: block;
|
||||
|
@ -796,8 +802,33 @@ header {
|
|||
margin-bottom: 6px;
|
||||
border: 1px solid #99fffe;
|
||||
}
|
||||
*/
|
||||
.dropdown-item {
|
||||
text-decoration: none;
|
||||
display: inline-block;
|
||||
color: white;
|
||||
width:8vw;
|
||||
height:3.4vw;
|
||||
font-size: 1vw;
|
||||
text-align:center;
|
||||
background:url(./../../../public/img/menu.png) no-repeat;
|
||||
background-size:100%;
|
||||
line-height:3.7vw;
|
||||
margin: 0 0.1vw 0.1vw 0.1vw;
|
||||
}
|
||||
|
||||
.dropdown-item:hover, .dropdown-item.active{
|
||||
background-color: #ddd;
|
||||
/* background-color: #ddd; */
|
||||
width:8.2vw;
|
||||
height:3.5vw;
|
||||
font-size: 1vw;
|
||||
line-height:3.7vw;
|
||||
margin:0;
|
||||
text-decoration: none;
|
||||
display: inline-block;
|
||||
color: white;
|
||||
text-align:center;
|
||||
background:url(./../../../public/img/menu_active.png) no-repeat;
|
||||
background-size:100%;
|
||||
}
|
||||
</style>
|
|
@ -117,6 +117,9 @@
|
|||
v-if="asynDialog"
|
||||
:type="type"
|
||||
:title="title"
|
||||
:cate="cate"
|
||||
:apiObj = "apiObj"
|
||||
:mgroup="query.mgroup"
|
||||
:modelValue="modelValue"
|
||||
:showClose="showClose"
|
||||
:echartType='echartType'
|
||||
|
@ -190,9 +193,10 @@
|
|||
['烘干破主电机','','kw.h/t','','',''],
|
||||
],
|
||||
modelValue:true,
|
||||
type:'hours',
|
||||
title:'title',
|
||||
apiObj:'',
|
||||
type:'hour_s',
|
||||
title:'电石渣工段',
|
||||
cate:'',
|
||||
apiObj:this.$API.enm.mpointstat,
|
||||
showClose:true,
|
||||
echartType:'line',
|
||||
asynDialog:false,
|
||||
|
|
Loading…
Reference in New Issue