소스 검색

no message

Administrator 2 년 전
부모
커밋
b29bddd9ac
1개의 변경된 파일5개의 추가작업 그리고 2개의 파일을 삭제
  1. 5 2
      src/views/Table/components/TianluEngin.vue

+ 5 - 2
src/views/Table/components/TianluEngin.vue

@@ -1,5 +1,5 @@
   <template>
-	 <!-- <div class="Chart">
+	<!-- <div class="Chart">
 		  <img class="imga" src="@/assets/images/mid.png" alt="">
 	  </div> -->
  	
@@ -12,7 +12,9 @@
  				option: {}
  			}
  		},
- 		created() {},
+ 		created() {
+			
+		},
  		mounted() {
  			
  		},
@@ -25,6 +27,7 @@
  
  <style>
 	.imga{
+		margin:10rem ;
 		width: 150rem;
 		height: 200px;
 	}