This commit is contained in:
gaofy 2023-12-28 10:10:10 +08:00
parent e1f93bc20b
commit 8d20b14a59
4 changed files with 21 additions and 20 deletions

View File

@ -92,7 +92,7 @@
font-size: 20px;
}
.el-dialog__body {
padding: 30px 50px 50px 50px;
padding: 30px 50px 30px 50px;
}
.el-button {

View File

@ -16,7 +16,7 @@ import './assets/font/iconfont.css';
import '@/assets/css/custom-element.scss'
import '@/assets/css/animastore.css'
// import '@/utils/debugger'
import '@/utils/debugger'
const pinia = createPinia()
const app = createApp(main)

View File

@ -167,7 +167,7 @@ const userCommand = (e: string) => {
position: relative;
width: 100%;
height: 70px;
padding: 0 24px;
padding: 0 464px 0 284px;
background: white;
display: flex;
justify-content: center;
@ -176,6 +176,7 @@ const userCommand = (e: string) => {
position: absolute;
top: 0;
left: 24px;
margin-right: 10px;
display: flex;
align-items: center;
height: 100%;
@ -195,11 +196,11 @@ const userCommand = (e: string) => {
cursor: pointer;
display: flex;
align-items: center;
font-size: 18px;
font-size: 17px;
font-weight: 600;
color: $main-color;
height: 70px;
padding: 0 20px;
padding: 0 10px;
margin: 0;
transition: all .5s;
-webkit-transition: all .5s;
@ -217,7 +218,7 @@ const userCommand = (e: string) => {
}
i {
margin-right: 10px;
margin-right: 5px;
}
}
}
@ -269,17 +270,17 @@ const userCommand = (e: string) => {
}
}
@media screen and (max-width: 1300px) {
.page-content {
.head-box {
justify-content: flex-start;
.logo-box {
position: relative;
top: auto;
left: auto;
}
}
}
// @media screen and (max-width: 1610px) {
// .page-content {
// .head-box {
// justify-content: flex-start;
// .logo-box {
// position: relative;
// top: auto;
// left: auto;
// }
// }
// }
}
// }
</style>

View File

@ -171,9 +171,9 @@ const currentHospital = ref(useLoginStore().getlogin().hospital)
const isShowRegister = ref(false)
const passwordLogin = ref(true)
const loginParams = ref({
account: '',
account: 'admin',
name: '',
password: '',
password: '123456',
phone: '',
phoneArea: phoneAreas[0],
code: '',