无人机管理后台前端(已迁走)
chenyao
2025-09-28 b9a2f37b48ec817e938c0708e929008b878f9278
feat:更新样式和解决bug
5 files modified
15 ■■■■ changed files
src/option/system/dict.js 2 ●●● patch | view | raw | blame | history
src/styles/element-ui.scss 5 ●●●● patch | view | raw | blame | history
src/views/device/devicePerMenu.vue 2 ●●●●● patch | view | raw | blame | history
src/views/resource/wayline.vue 2 ●●● patch | view | raw | blame | history
src/views/system/user.vue 4 ●●●● patch | view | raw | blame | history
src/option/system/dict.js
@@ -59,7 +59,7 @@
      label: '封存',
      prop: 'isSealed',
      type: 'switch',
      align: 'center',
      // align: 'center',
      width: 100,
      dicData: [
        {
src/styles/element-ui.scss
@@ -98,7 +98,7 @@
      .el-dialog__headerbtn {
        position: absolute;
        left: 0;
        top: 14px;
        //top: 14px;
        .el-dialog__close {
          color: #fff;
@@ -111,6 +111,9 @@
}
.ztzf-drawer-body-basic-container {
  .el-drawer__header {
    margin-bottom: 0;
  }
  .el-drawer__body {
    display: flex;
    flex-direction: column;
src/views/device/devicePerMenu.vue
@@ -77,6 +77,8 @@
          },
          {
            label: '绑定菜单',
            searchSpan: 5,
            span: 24,
            prop: 'menu_id',
            type: 'tree',
            dicUrl: '/blade-system/menu/deviceButtons',
src/views/resource/wayline.vue
@@ -45,7 +45,7 @@
        searchMenuSpan: 6,
        border: true,
        index: true,
        selection: true,
        // selection: true,
        dialogClickModal: false,
        menu: false, // 禁用默认操作列
src/views/system/user.vue
@@ -515,6 +515,7 @@
            column: [
              {
                label: '到期时间',
                labelWidth: 110,
                prop: 'expireTime',
                type: 'datetime',
                format: 'YYYY-MM-DD HH:mm:ss',
@@ -522,12 +523,14 @@
              },
              {
                label: '次数限制',
                labelWidth: 110,
                prop: 'maxLoginNum',
                type: 'input',
              },
              {
                label: '飞行开始时间',
                labelWidth: 110,
                prop: 'flightStartTime',
                type: 'time',
                format: 'HH:mm',
@@ -542,6 +545,7 @@
              },
              {
                label: '飞行结束时间',
                labelWidth: 110,
                prop: 'flightEndTime',
                type: 'time',
                format: 'HH:mm',