zhuliu hace 3 meses
padre
commit
c10d90a5b1
Se han modificado 2 ficheros con 9 adiciones y 0 borrados
  1. 4 0
      src/views/backStageManage/login/index.vue
  2. 5 0
      src/views/home/index.vue

+ 4 - 0
src/views/backStageManage/login/index.vue

@@ -64,6 +64,9 @@
     </div>
     <div class="copyright">
       copyright©灵智信息服务(深圳)有限公司
+      <div style="padding:5px 0;">
+        粤ICP备2025429440号
+      </div>
     </div>
   </div>
 </template>
@@ -323,5 +326,6 @@ export default {
   text-align: center;
   color: black;
   z-index: 9999;
+  font-size: 14px;
 }
 </style>

+ 5 - 0
src/views/home/index.vue

@@ -10,7 +10,11 @@
     </div>
     <div class="copyright">
       copyright©灵智信息服务(深圳)有限公司
+      <div style="padding:5px 0;">
+        粤ICP备2025429440号
+      </div>
     </div>
+    
   </div>
 </template>
 
@@ -98,5 +102,6 @@ export default {
   text-align: center;
   color: white;
   z-index: 9999;
+  font-size: 14px;
 }
 </style>