吉安感知网项目-前端
罗广辉
2026-02-03 b85ec5386aa7389b5bc97f5059bda782703995cc
feat: 上传按钮
1 files modified
25 ■■■■■ changed files
applications/task-work-order/src/styles/common/cockpit.scss 25 ●●●●● patch | view | raw | blame | history
applications/task-work-order/src/styles/common/cockpit.scss
@@ -556,13 +556,6 @@
        }
      }
    }
    .el-upload {
      button {
        background: #4C34FF;
        border: none;
      }
    }
  }
  .el-dialog__footer {
@@ -1195,22 +1188,6 @@
}
.gd-dialog-form {
  // 最后一排不需要设置 margin-bottom
  // border: 1px solid red;
  // 倒数第二个也设置为0
  // .el-col:nth-last-child(2) {
  //   margin-bottom: 0;
  // }
  // .el-col:nth-last-child(1) {
  //   margin-bottom: 0;
  // }
  // .el-form-item:nth-last-child(2) {
  //   margin-bottom: 0;
  // }
  //  .el-form-item:nth-last-child(1) {
  //   margin-bottom: 0;
  // }
  .el-input,
  .el-input-number {
    min-width: 200px;
@@ -1228,4 +1205,4 @@
      }
    }
  }
}
}