首页图片大小调整
This commit is contained in:
parent
2dbc391bed
commit
e3d5a60cd3
@ -372,7 +372,6 @@ const FanList = ref()
|
|||||||
const StatusListData = () => {
|
const StatusListData = () => {
|
||||||
getWindTurbineMatrixData().then((res) => {
|
getWindTurbineMatrixData().then((res) => {
|
||||||
if (res.code == 200) {
|
if (res.code == 200) {
|
||||||
debugger
|
|
||||||
const toalNum=res.data
|
const toalNum=res.data
|
||||||
FanList.value=res.data
|
FanList.value=res.data
|
||||||
currentDayStatus.value.windTurbineNum=toalNum.length
|
currentDayStatus.value.windTurbineNum=toalNum.length
|
||||||
@ -915,8 +914,8 @@ onUnmounted(() => {
|
|||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
.small-panel-pic{
|
.small-panel-pic{
|
||||||
width: 24px;
|
width: 36px;
|
||||||
height: 24px;
|
height: 36px;
|
||||||
}
|
}
|
||||||
.small-base{
|
.small-base{
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
@ -955,8 +954,8 @@ onUnmounted(() => {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
.status-panel-piczt{
|
.status-panel-piczt{
|
||||||
width: 36px;
|
width: 24px;
|
||||||
height: 36px;
|
height: 24px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user