소스 검색

设备数据监测

常志远 1 년 전
부모
커밋
0d4604c227
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      pages/equipmentDataMonitoring/dataMonitoring-list.vue

+ 2 - 1
pages/equipmentDataMonitoring/dataMonitoring-list.vue

@@ -454,6 +454,7 @@
 			// 设备信息
 			.infos {
 				margin-top: 32rpx;
+				padding-left: 88rpx;
 				display: flex;
 				align-items: center;
 				justify-content: space-between;
@@ -461,7 +462,7 @@
 				font-size: 24rpx;
 
 				.infos-item {
-					// width: 33%;
+					width: 48%;
 					display: flex;
 					margin-bottom: 16rpx;
 					color: rgba(51,51,51,1);