Browse Source

修改生活热水监控的侧边样式

meizhou
selia-zx 3 weeks ago
parent
commit
355b4b76c8
  1. 7
      src/views/hotWater/waterMonitor/waterMonitorDetails.vue

7
src/views/hotWater/waterMonitor/waterMonitorDetails.vue

@ -2059,12 +2059,17 @@ export default {
width: 200px !important; width: 200px !important;
min-height: 340px !important; min-height: 340px !important;
padding: 0.15rem 0.1rem 0.1rem 0.1rem !important; padding: 0.15rem 0.1rem 0.1rem 0.1rem !important;
// justify-content: flex-start !important;
} }
.app-container .tree-div { .app-container .tree-div {
height: 300px !important; height: 200px !important;
width: 100%; width: 100%;
overflow-x: hidden !important; overflow-x: hidden !important;
} }
.base-height{
overflow-y: hidden !important;
min-height: 250px !important;
}
.app-container .right-monitor { .app-container .right-monitor {
width: calc(100% - 210px) !important; width: calc(100% - 210px) !important;
.folw { .folw {

Loading…
Cancel
Save