首页图片大小调整
This commit is contained in:
parent
2dbc391bed
commit
e3d5a60cd3
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user