首页手机端

master
lion 1 year ago
parent cce43cbd95
commit ba8ed9ad45

@ -74,7 +74,6 @@ export default {
})
return item
}) ?? []
console.log("this.layoutList",this.layoutList,'res',res)
})
},
methods: {
@ -94,8 +93,8 @@ export default {
margin-bottom: 10px;
touch-action: auto !important;
}
//#grid-card {
// overflow-y: scroll;
//}
::v-deep #grid-card {
overflow-y: scroll;
}
}
</style>

@ -1,5 +1,5 @@
<template>
<el-card id="department-card" class="box-card" shadow="hover">
<el-card id="department-card" class="box-card" shadow="hover" :style="{marginTop:$store.getters.device === 'mobile'?'140px':'0',height:$store.getters.device === 'mobile'?'450px':'auto'}">
<div slot="header" class="clearfix">
<SvgIcon style="color: var(--theme-color);width: 22px;height: 22px;" icon-class="form" />
<span

@ -1,5 +1,5 @@
<template>
<el-card class-name="box-card" shadow="hover">
<el-card class-name="box-card" shadow="hover" :style="{height:$store.getters.device === 'mobile'?'430px':'auto'}">
<div slot="header" class="clearfix">
<SvgIcon style="color: var(--theme-color);width: 22px;height: 22px;" icon-class="calendar-check" />
<span

Loading…
Cancel
Save