This commit is contained in:
username 2024-04-20 11:16:23 +08:00
parent d56c3f1df6
commit dd31445393
5 changed files with 10 additions and 5 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 178 KiB

After

Width:  |  Height:  |  Size: 97 KiB

BIN
src/assets/login2.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB

View File

@ -1,5 +1,5 @@
import { createApp } from 'vue' import { createApp } from 'vue'
// import './style.css' import './style.css'
import App from './App.vue' import App from './App.vue'
import router from './/router' import router from './/router'
import 'element-plus/dist/index.css' import 'element-plus/dist/index.css'

View File

@ -1,4 +1,4 @@
:root { /* :root {
font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif; font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
line-height: 1.5; line-height: 1.5;
font-weight: 400; font-weight: 400;
@ -76,4 +76,9 @@ button:focus-visible {
button { button {
background-color: #f9f9f9; background-color: #f9f9f9;
} }
} */
*{
padding: 0;
margin: 0;
} }

View File

@ -139,8 +139,8 @@
width: 100%; width: 100%;
height: 100%; height: 100%;
min-width: 1000px; min-width: 1000px;
background-image: url("../assets/login.jpg"); background-image: url("../assets/login2.jpg");
background-size: 100% 100%; background-size:cover;
background-position: center center; background-position: center center;
overflow: auto; overflow: auto;
background-repeat: no-repeat; background-repeat: no-repeat;