吉安感知网项目-前端
shuishen
2026-01-26 c7dae31af1a55246b98f031c280c2926f4cf04be
feat:弹窗中样式调整
4 files modified
72 ■■■■■ changed files
applications/task-work-order/src/styles/common/cockpit.scss 45 ●●●●● patch | view | raw | blame | history
applications/task-work-order/src/views/orderView/orderDataManage/dataObjection/FormDiaLog.vue 3 ●●●●● patch | view | raw | blame | history
applications/task-work-order/src/views/orderView/orderDataManage/supplyAdd/ApplyViewDialog.vue 7 ●●●●● patch | view | raw | blame | history
applications/task-work-order/src/views/orderView/orderDataManage/supplyAdd/reasonForRejectionDialog.vue 17 ●●●●● patch | view | raw | blame | history
applications/task-work-order/src/styles/common/cockpit.scss
@@ -471,6 +471,33 @@
      color: #161B2C;
    }
    .detail-container {
      display: flex;
      justify-content: space-between;
      .detail-left {
        margin-right: 20px;
        width: 312px;
        padding: 24px;
        border: 1px solid #E4E4E4;
      }
      .detail-right {
        &>div {
          .detail-title {
            margin: 10px 0;
          }
          &:first-child {
            .detail-title {
              margin-top: 0;
            }
          }
        }
      }
    }
    // 查看
    .detail-row-view {
      background: #F2F3F5;
@@ -1127,4 +1154,22 @@
  .fixed-column {
    background-color: #1A1A2A !important;
  }
}
.el-popper {
  .el-menu--popup-container {
    .el-menu {
      .el-menu-item.is-active {
        &::before {
          display: none;
        }
        background: #4C34FF;
        span {
          color: #fff;
        }
      }
    }
  }
}
applications/task-work-order/src/views/orderView/orderDataManage/dataObjection/FormDiaLog.vue
@@ -479,9 +479,6 @@
</script>
<style scoped lang="scss">
.detail-container {
    padding: 20px;
}
.upload-container {
    width: 100%;
}
applications/task-work-order/src/views/orderView/orderDataManage/supplyAdd/ApplyViewDialog.vue
@@ -419,13 +419,6 @@
</script>
<style scoped lang="scss">
.detail-container {
    padding: 20px;
    display: flex;
    gap: 30px;
    align-items: stretch;
}
/* 左侧步骤条 */
.detail-left {
    width: 35%;
applications/task-work-order/src/views/orderView/orderDataManage/supplyAdd/reasonForRejectionDialog.vue
@@ -65,21 +65,4 @@
</script>
<style scoped lang="scss">
.detail-container {
    padding: 20px;
    display: flex;
    align-items: flex-start;
    gap: 30px;
    .detail-cell {
        display: flex;
        justify-content: center;
        .cell-label {
            min-width: 80px;
            flex-shrink: 0;
        }
        :deep(.el-textarea__inner) {
            height: 100px !important;
        }
    }
}
</style>