曲阳修改
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 id="app" class="aminui">
|
||||||
<div class="app-loading">
|
<div class="app-loading">
|
||||||
<div class="app-loading__logo">
|
<div class="app-loading__logo">
|
||||||
<!-- <img src="img/bbmg.jpg"/> -->
|
<img src="img/bbmg.jpg"/>
|
||||||
</div>
|
</div>
|
||||||
<div class="app-loading__loader"></div>
|
<div class="app-loading__loader"></div>
|
||||||
<div class="app-loading__title"><%= VUE_APP_TITLE %></div>
|
<div class="app-loading__title"><%= VUE_APP_TITLE %></div>
|
||||||
|
|
|
@ -659,7 +659,7 @@ export default {
|
||||||
header {
|
header {
|
||||||
height: 50px;
|
height: 50px;
|
||||||
/* 调整头部高度 */
|
/* 调整头部高度 */
|
||||||
background-image: url('/public/img/header_bg.png');
|
background-image: url('/public/img/header.png');
|
||||||
/* 替换为实际的背景图片路径 */
|
/* 替换为实际的背景图片路径 */
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
|
@ -781,12 +781,18 @@ header {
|
||||||
height: 220px;
|
height: 220px;
|
||||||
}
|
}
|
||||||
.dropdown {
|
.dropdown {
|
||||||
top: 20%;
|
/* top: 20%;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
right: 22%;
|
right: 22%;
|
||||||
|
position: absolute; */
|
||||||
|
bottom: 3%;
|
||||||
|
font-size: 18px;
|
||||||
|
left: 50%;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
transform: translateX(-50%);
|
||||||
}
|
}
|
||||||
.dropdown-item {
|
|
||||||
|
/* .dropdown-item {
|
||||||
padding: 12px 16px;
|
padding: 12px 16px;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
display: block;
|
display: block;
|
||||||
|
@ -796,8 +802,33 @@ header {
|
||||||
margin-bottom: 6px;
|
margin-bottom: 6px;
|
||||||
border: 1px solid #99fffe;
|
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{
|
.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>
|
</style>
|
|
@ -117,6 +117,9 @@
|
||||||
v-if="asynDialog"
|
v-if="asynDialog"
|
||||||
:type="type"
|
:type="type"
|
||||||
:title="title"
|
:title="title"
|
||||||
|
:cate="cate"
|
||||||
|
:apiObj = "apiObj"
|
||||||
|
:mgroup="query.mgroup"
|
||||||
:modelValue="modelValue"
|
:modelValue="modelValue"
|
||||||
:showClose="showClose"
|
:showClose="showClose"
|
||||||
:echartType='echartType'
|
:echartType='echartType'
|
||||||
|
@ -190,9 +193,10 @@
|
||||||
['烘干破主电机','','kw.h/t','','',''],
|
['烘干破主电机','','kw.h/t','','',''],
|
||||||
],
|
],
|
||||||
modelValue:true,
|
modelValue:true,
|
||||||
type:'hours',
|
type:'hour_s',
|
||||||
title:'title',
|
title:'电石渣工段',
|
||||||
apiObj:'',
|
cate:'',
|
||||||
|
apiObj:this.$API.enm.mpointstat,
|
||||||
showClose:true,
|
showClose:true,
|
||||||
echartType:'line',
|
echartType:'line',
|
||||||
asynDialog:false,
|
asynDialog:false,
|
||||||
|
|
Loading…
Reference in New Issue