wwl
2024-12-25 42f17b759cc69f44a8d200934117daaaa703d87d
src/views/login.vue
@@ -1,8 +1,7 @@
<template>
  <div class="login">
    <!-- <div style="padding-top: 130px;"> -->
      <h1>陕健医澄合矿务局中心医院</h1>
      <h1>智能健康体检管理系统</h1>
      <div style="font-weight: 700;font-size: 50px;">智能健康体检管理系统</div>
    <!-- </div> -->
@@ -253,13 +252,14 @@
<style rel="stylesheet/scss" lang="scss">
.login {
  display: flex;
  justify-content: center;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  // background-image: url("../assets/images/login-background.jpg");
  background-size: cover;
  flex-direction: column;
  margin-top: 170px;
}
.card {