fix:修改弹窗文字位置,修改路线管理页面无法滚动
This commit is contained in:
		
							parent
							
								
									1f2662dc23
								
							
						
					
					
						commit
						1de54c6873
					
				| @ -2,7 +2,7 @@ | ||||
|  * @Author: SunTao 328867980@qq.com | ||||
|  * @Date: 2024-11-01 17:25:06 | ||||
|  * @LastEditors: SunTao 328867980@qq.com | ||||
|  * @LastEditTime: 2024-12-05 17:04:07 | ||||
|  * @LastEditTime: 2024-12-09 16:36:36 | ||||
|  * @FilePath: \znxjxt-ui\src\views\xj\inspection\confirmation-management\components\image-dialog.vue | ||||
|  * @Description: 病害确认-影像模式弹窗 | ||||
| --> | ||||
| @ -67,6 +67,7 @@ | ||||
|               {{ new Date(rectsItem.createdTime).toLocaleString() }} 起始桩号: | ||||
|               {{ rectsItem.stakeStart || "暂无数据" }} 终止桩号: | ||||
|               {{ rectsItem.stakeEnd || "暂无数据" }} | ||||
|               病害类型:{{ rectsItem.defectTypeName || "暂无数据" }} | ||||
|               路产状态: {{ filterState(rectsItem.state) }} | ||||
|             </div> | ||||
|           </div> | ||||
| @ -460,7 +461,6 @@ export default { | ||||
| .image-view { | ||||
|   height: 78%; | ||||
|   width: 100%; | ||||
|   padding: 1rem; | ||||
|   background-color: rgb(228, 247, 248); | ||||
| 
 | ||||
|   .view-content { | ||||
| @ -486,7 +486,7 @@ export default { | ||||
|   .view-info { | ||||
|     position: absolute; | ||||
|     left: 10%; | ||||
|     bottom: 2%; | ||||
|     top: 0; | ||||
|     color: red; | ||||
|   } | ||||
| } | ||||
| @ -522,4 +522,4 @@ export default { | ||||
|   display: flex; | ||||
|   justify-content: flex-end; | ||||
| } | ||||
| </style> | ||||
| </style> | ||||
|  | ||||
| @ -2,7 +2,7 @@ | ||||
|  * @Author: error: error: git config user.name & please set dead value or install git && error: git config user.email & please set dead value or install git & please set dead value or install git | ||||
|  * @Date: 2024-10-08 09:26:24 | ||||
|  * @LastEditors: SunTao 328867980@qq.com | ||||
|  * @LastEditTime: 2024-10-15 13:39:02 | ||||
|  * @LastEditTime: 2024-12-09 16:40:40 | ||||
|  * @FilePath: \znxjxt-ui\src\views\xj\route\index.vue | ||||
|  * @Description: 路线管理-道路线 | ||||
| --> | ||||
| @ -223,7 +223,7 @@ | ||||
|                   </el-col> | ||||
|                 </el-row> | ||||
|               </el-form-item> | ||||
|                | ||||
| 
 | ||||
|               <el-form-item> | ||||
|                 <el-row :gutter="24"> | ||||
|                   <el-col :span="12"> | ||||
| @ -374,7 +374,6 @@ export default { | ||||
|         coordinates: [ | ||||
|           { required: true, message: "坐标点不能为空", trigger: "blur" }, | ||||
|         ], | ||||
|          | ||||
|       }, | ||||
|       // 编辑坐标点 | ||||
|       editCoordinatesLine: [], | ||||
| @ -532,7 +531,13 @@ export default { | ||||
|   }, | ||||
| }; | ||||
| </script> | ||||
| <style scoped> | ||||
| <style lang="scss" scoped> | ||||
| .app-container { | ||||
|   width: 100%; | ||||
|   height: calc(100vh - 5.3rem); | ||||
|   padding: 1rem; | ||||
|   overflow-y: auto; | ||||
| } | ||||
| .no-hand-cursor { | ||||
|   cursor: default !important; | ||||
|   width: 100%; | ||||
|  | ||||
| @ -124,7 +124,7 @@ | ||||
|     </el-dialog> | ||||
|   </div> | ||||
| </template> | ||||
|    | ||||
| 
 | ||||
|   <script> | ||||
| import { getScopeList, deleteScope, getCarList } from "@/api/xj/scope"; | ||||
| import ScopeAdd from "./components/scope-add.vue"; | ||||
| @ -268,11 +268,9 @@ export default { | ||||
|   }, | ||||
| }; | ||||
| </script> | ||||
|    | ||||
| 
 | ||||
|   <style lang="scss" scoped> | ||||
| .section-content { | ||||
|   width: 100%; | ||||
|   height: calc(100vh - 5.3rem); | ||||
|   padding: 1rem; | ||||
| } | ||||
| 
 | ||||
| @ -296,4 +294,3 @@ export default { | ||||
|   justify-content: flex-end; | ||||
| } | ||||
| </style> | ||||
|    | ||||
| @ -2,7 +2,7 @@ | ||||
|  * @Author: SunTao 328867980@qq.com | ||||
|  * @Date: 2024-10-15 13:29:47 | ||||
|  * @LastEditors: SunTao 328867980@qq.com | ||||
|  * @LastEditTime: 2024-10-16 09:33:17 | ||||
|  * @LastEditTime: 2024-12-09 16:43:48 | ||||
|  * @FilePath: \znxjxt-ui\src\views\xj\route\route-section\index.vue | ||||
|  * @Description: 路线管理-道路段 | ||||
| --> | ||||
| @ -372,8 +372,6 @@ export default { | ||||
| 
 | ||||
| <style lang="scss" scoped> | ||||
| .section-content { | ||||
|   width: 100%; | ||||
|   height: calc(100vh - 5.3rem); | ||||
|   padding: 1rem; | ||||
| } | ||||
| 
 | ||||
|  | ||||
| @ -2,7 +2,7 @@ | ||||
|  * @Author: SunTao 328867980@qq.com | ||||
|  * @Date: 2024-10-17 10:40:54 | ||||
|  * @LastEditors: SunTao 328867980@qq.com | ||||
|  * @LastEditTime: 2024-12-05 17:38:38 | ||||
|  * @LastEditTime: 2024-12-09 16:45:00 | ||||
|  * @FilePath: \znxjxt-ui\src\views\xj\route\route-terminal\index.vue | ||||
|  * @Description: 路线管理-终端管理 | ||||
| --> | ||||
| @ -251,8 +251,6 @@ export default { | ||||
| 
 | ||||
| <style lang="scss" scoped> | ||||
| .section-content { | ||||
|   width: 100%; | ||||
|   height: calc(100vh - 5.3rem); | ||||
|   padding: 1rem; | ||||
| } | ||||
| 
 | ||||
| @ -275,4 +273,4 @@ export default { | ||||
|   padding-top: 1rem; | ||||
|   justify-content: flex-end; | ||||
| } | ||||
| </style> | ||||
| </style> | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user