首页手机端

master
lion 1 year ago
parent cce43cbd95
commit ba8ed9ad45

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

@ -1,5 +1,5 @@
<template> <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"> <div slot="header" class="clearfix">
<SvgIcon style="color: var(--theme-color);width: 22px;height: 22px;" icon-class="form" /> <SvgIcon style="color: var(--theme-color);width: 22px;height: 22px;" icon-class="form" />
<span <span

@ -1,5 +1,5 @@
<template> <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"> <div slot="header" class="clearfix">
<SvgIcon style="color: var(--theme-color);width: 22px;height: 22px;" icon-class="calendar-check" /> <SvgIcon style="color: var(--theme-color);width: 22px;height: 22px;" icon-class="calendar-check" />
<span <span

Loading…
Cancel
Save