1
0
mirror of https://github.com/zclzone/vue-naive-admin.git synced 2025-12-28 12:10:20 +08:00

fix: logo 宽高异常

This commit is contained in:
zclzone
2024-03-12 09:38:08 +08:00
parent 0520cd015a
commit fd9480e92f
2 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
<!doctype html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
@@ -11,7 +11,7 @@
<div id="app">
<!-- 白屏时的loading效果 -->
<div class="loading-container">
<img src="/resource/logo.png" alt="logo" height="128" />
<img src="/resource/logo.png" alt="logo" />
<div class="loading-spin__container">
<div class="loading-spin">
<div class="left-0 top-0 loading-spin-item"></div>