linwenxin 1 rok temu
rodzic
commit
23822d4fde
1 zmienionych plików z 4 dodań i 3 usunięć
  1. 4 3
      src/components/moduleEnclosure.vue

+ 4 - 3
src/components/moduleEnclosure.vue

@@ -6,8 +6,9 @@
           <div class="am-moduleEnclosureTitle-div">
             <img
               src="@/assets/rightdb.png"
-              style="width: 16px; height: 16px; margin-right: 6px"
-            /><span>{{ title }}</span>
+              style="width: 12px; height: 12px; margin-right: 4px"
+            />
+            <span>{{ title }}</span>
           </div>
           <div>
             <slot name="rightce" />
@@ -73,7 +74,7 @@ export default {
   flex-direction: row;
   align-items: center;
   margin-top: -4px;
-  font-size: 18px;
+  font-size: 14px;
   font-family: Source Han Sans CN, Source Han Sans CN-Bold;
   font-weight: 700;
   text-align: left;