rev:logicflow

This commit is contained in:
2024-04-02 11:08:56 +08:00
parent a3b91e18e4
commit d0cbc07399
106 changed files with 4861 additions and 18492 deletions

View File

@@ -46,7 +46,7 @@ import { encrypt } from '@/utils/rsaEncrypt'
import Config from '@/settings'
import { getCodeImg } from '@/api/login'
import Cookies from 'js-cookie'
import Background from '@/assets/images/background.gif'
import Background from '@/assets/images/background.jpg'
export default {
name: 'Login',
data() {
@@ -175,7 +175,7 @@ export default {
.login-form {
border-radius: 6px;
background: #39748f;
background: #ffffff;
width: 385px;
padding: 25px 25px 5px 25px;
.el-input {