峰峰执法平台简易案件程序板块 pad端
yang
2022-11-02 77bbb07044f0e139c20c979c39682c751b7ea0d4
src/views/padSunmaryProcedure/Home.vue
@@ -11,8 +11,30 @@
</script>
<style scoped>
  .padHome{
    width: 100%;
    height: 100%;
.padHome{
  height: 100%;
  overflow: auto;
}
/*  @media screen and (min-width: 1200px){
    .padHome{
      font-size: 12px;
      width: 100%;
      height: 100%;
    }
  }
  @media only screen and (min-width: 768px) and(max-width: 1199px) {
    .padHome{
      font-size: 16px;
      width: 100%;
      height: 100%;
    }
  }
  @media only screen and (max-width: 768px) {
    .padHome{
      font-size: 16px;
      width: 100%;
      height: 100%;
    }
  }*/
</style>