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