소스 검색

no message

DESKTOP-GBVU60Q\dell 2 년 전
부모
커밋
213dd722bd
3개의 변경된 파일7개의 추가작업 그리고 12개의 파일을 삭제
  1. 1 2
      src/components/jt-echarts/jt-echarts.vue
  2. 3 5
      src/components/jt-popup/jt-popup2.vue
  3. 3 5
      src/components/jt-popup/jt-popup3.vue

+ 1 - 2
src/components/jt-echarts/jt-echarts.vue

@@ -100,8 +100,7 @@ export default {
 		},
 	},
 	mounted() {
-		console.log(444777)
-		console.log('55556',this.chartData)
+
 	}
 };
 </script>

+ 3 - 5
src/components/jt-popup/jt-popup2.vue

@@ -144,11 +144,9 @@
 	.popup-main {
 		position: absolute;
 		left: 10rem;
-		top: 105rem;
-		margin-top: 5rem;
-		// height: 490rem;
-
-		height: calc((100% - 145rem) / 3);
+		top: 95rem;
+		margin-top: 15rem;
+		height: calc((100% - 165rem) / 3);
 		width: 350rem;
 		// padding: 10rem;
 		z-index: 11;

+ 3 - 5
src/components/jt-popup/jt-popup3.vue

@@ -144,11 +144,9 @@
 	.popup-main {
 		position: absolute;
 		right: 10rem;
-		top: 105rem;
-		margin-top: 5rem;
-		// height: 490rem;
-
-		height: calc((100% - 145rem) / 3);
+		top: 95rem;
+		margin-top: 15rem;
+		height: calc((100% - 165rem) / 3);
 		width: 350rem;
 		// padding: 10rem;
 		z-index: 11;