无人机管理后台前端(已迁走)
罗广辉
2025-05-28 2ef94e4d2f11933aabb33e303792fd7feb31844d
feat: 去除高度自适应
3 files modified
6 ■■■■ changed files
src/option/system/dict.js 2 ●●●●● patch | view | raw | blame | history
src/styles/common.scss 2 ●●● patch | view | raw | blame | history
src/views/system/user.vue 2 ●●●●● patch | view | raw | blame | history
src/option/system/dict.js
@@ -1,6 +1,4 @@
export const optionParent = {
  height: 'auto',
  calcHeight: 32,
  tip: false,
  searchShow: true,
  searchMenuSpan: 10,
src/styles/common.scss
@@ -82,7 +82,7 @@
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
  margin-bottom: 10px;
  margin-bottom: 0;
}
.avue-view {
src/views/system/user.vue
@@ -218,8 +218,6 @@
        },
      },
      option: {
        height: 'auto',
        calcHeight: 140,
        tip: false,
        searchShow: true,
        searchMenuSpan: 6,