首页图片大小调整

This commit is contained in:
fengrong 2024-10-31 09:32:37 +08:00
parent 2dbc391bed
commit e3d5a60cd3

View File

@ -372,7 +372,6 @@ const FanList = ref()
const StatusListData = () => {
getWindTurbineMatrixData().then((res) => {
if (res.code == 200) {
debugger
const toalNum=res.data
FanList.value=res.data
currentDayStatus.value.windTurbineNum=toalNum.length
@ -915,8 +914,8 @@ onUnmounted(() => {
border-radius: 10px;
padding: 10px;
.small-panel-pic{
width: 24px;
height: 24px;
width: 36px;
height: 36px;
}
.small-base{
margin-left: 10px;
@ -955,8 +954,8 @@ onUnmounted(() => {
width: 100%;
}
.status-panel-piczt{
width: 36px;
height: 36px;
width: 24px;
height: 24px;
}
}