fix: 修改文件名大小写

master
Tuzki 6 months ago
parent 03f291d2ab
commit 00fd519292
  1. 2
      src/assets/images/v-manage/login_bg.svg
  2. 6
      src/assets/styles/v-manage.scss

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 59 KiB

After

Width:  |  Height:  |  Size: 59 KiB

@ -748,7 +748,7 @@
transition: all 0.3s ease-in-out;
&:hover {
box-shadow: 0 0 20px 0 rgba(161, 161, 161, 0.2), 0 0 1vh rgba(0, 133, 255, 0.17), 0 0 0 currentColor;
box-shadow: 0 0 5px 0 rgba(161, 161, 161, 0.2), 0 0 1vh rgba(0, 133, 255, 0.17), 0 0 0 currentColor;
}
@ -772,8 +772,8 @@
left: 50%;
bottom: 0;
width: 100%;
height: 2px;
background-color: #2fbefc;
height: 1px;
background-color: #3976fa;
transform-origin: center;
transform: translate(-50%, 0) scaleX(0);
transition: transform 0.3s ease-in-out;

Loading…
Cancel
Save