AGENTS.md
@@ -30,8 +30,7 @@ - 文件与目录保持 kebabCase,遵循现有应用与包的命名风格。 ## 测试指南 - 当前未配置测试框架(`pnpm test` 会直接退出)。 - 若新增测试,请在对应应用 `README.md` 说明测试框架,并补充根目录脚本。 - 无需任何测试 ## 提交与合并请求规范 - 提交历史使用简短的约定式主题(如 `feat: ...`)。 @@ -54,3 +53,4 @@ Prefer minimal changes. - 未被明确要求时,禁止大规模重构。 Avoid large refactors unless requested. - 修改完不需要走打包编译校验 applications/task-work-order/src/styles/common/cockpit.scss
@@ -1223,22 +1223,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; // } .gd-select { .el-select__wrapper { height: 36px; applications/task-work-order/src/views/orderView/orderManage/inspectionRequest/FormDiaLog.vue
@@ -114,7 +114,7 @@ </el-select> </template> </el-table-column> <el-table-column prop="executeTime" width="100"> <el-table-column prop="executeTime" width="200"> <template #header> <span class="required-star">*</span> 任务执行时间 applications/task-work-order/src/views/orderView/orderManage/orderManage/FormDiaLog.vue
@@ -1,6 +1,6 @@ <template> <el-dialog class="gd-dialog" class="gd-dialog orderManageFormDlg" v-model="visible" :title="titleEnum[dialogMode]" @closed="visible = false" @@ -156,7 +156,7 @@ </el-col> </el-row> </el-form> <div class="detail-title" :style="{ marginTop: pxToRem(20) }"> <div class="detail-title" :style="{ marginTop: pxToRem(10) }"> <span class="required-star" v-if="!dialogReadonly">*</span> 工单执行范围 </div> @@ -691,7 +691,20 @@ defineExpose({ open }) </script> <style lang="scss" scoped> <style lang="scss"> .orderManageFormDlg{ .el-dialog__body{ display: flex; flex-direction: column; .content{ height: 0; flex: 1; } } } </style> <style scoped lang="scss"> .separateTable { height: 0; flex: 1; @@ -704,10 +717,12 @@ } } } .content { display: flex; gap: 0 20px; height: 630px; //height: 630px; .leftBox { width: 0; @@ -718,10 +733,9 @@ .gd-cesium { position: relative; overflow: hidden; //overflow: hidden; width: 100%; min-height: 360px; flex: 1; height: 390px; } }