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; font-size: 20px;
} }
.el-dialog__body { .el-dialog__body {
padding: 30px 50px 50px 50px; padding: 30px 50px 30px 50px;
} }
.el-button { .el-button {

View File

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

View File

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

View File

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