保存进度!

This commit is contained in:
2023-03-31 19:53:12 +08:00
parent 1b37ae5c97
commit 6d24626478
6 changed files with 11 additions and 7 deletions

View File

@@ -131,6 +131,8 @@ export default {
span {
display: block;
margin-top: 5px;
text-align: center;
color: #fff;

View File

@@ -15,7 +15,7 @@ import store from "@/store/index";
import App from "./App.vue";
// css
import "./style.css";
import "./style.scss";
import "./assets/css/index.scss";
// element-plus

View File

@@ -10,4 +10,6 @@ body {
padding: 0px;
margin: 0px;
overflow: hidden;
}
@include no-select;
}