zhongrj
2024-04-29 6bd42d203347cbacb1d393a0abf7dc9198e5cb38
居民监管样式问题修复
3 files modified
12 ■■■■ changed files
src/styles/avue-ui.scss 2 ●●● patch | view | raw | blame | history
src/views/propertySupervision/houseHoldSupervision.vue 2 ●●● patch | view | raw | blame | history
src/views/propertySupervision/residentSupervision.vue 8 ●●●● patch | view | raw | blame | history
src/styles/avue-ui.scss
@@ -67,7 +67,7 @@
    .echarts-cell {
      //   margin: 0 5px;
      height: 300px;
      width: calc(33.3% - 10px);
      width: calc(25% - 10px);
      display: flex;
      flex-direction: column;
      background: #fff;
src/views/propertySupervision/houseHoldSupervision.vue
@@ -214,7 +214,7 @@
          searchMenuSpan: 3,
          menuWidth: 350,
          menu: false,
          height: 'auto',
          height: '320',
          calcHeight: 80,
          tip: false,
          border: true,
src/views/propertySupervision/residentSupervision.vue
@@ -200,11 +200,10 @@
            option: {
                labelWidth: 144,
                searchLabelWidth: 96,
                searchShow: true,
                searchMenuSpan: 3,
                menuWidth: 280,
                // searchShow: true,
                searchMenuSpan: 6,
                menu: false,
                height: 'auto',
                height: '280',
                calcHeight: 80,
                tip: false,
                border: true,
@@ -221,6 +220,7 @@
                    width: 110,
                    label: "姓名",
                    prop: "name",
                    searchLabelWidth: 48,
                    searchSpan: 3,
                    searchLabelWidth: 50,
                    search: true,