소스 검색

feat:油机详细页视口问题修改

huang, kai (Contractor) 2 달 전
부모
커밋
e2859a74a6
1개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  1. 5 1
      admin.ui.plus-master/src/views/admin/statement/partInformation/index.vue

+ 5 - 1
admin.ui.plus-master/src/views/admin/statement/partInformation/index.vue

@@ -331,7 +331,7 @@ onMounted(() => {
 
 .right {
     position: absolute;
-    top: 41%;
+    top: 42%;
     left: 70%;
 }
 
@@ -355,4 +355,8 @@ onMounted(() => {
     // background-color: #ccc;
     border-radius: 8px;
 }
+
+text{
+    font-size: 15px;
+}
 </style>