#153 projects/mesxc-lb

Merged
g7hoo merged 2 commits from projects/mesxc-lb into projects/mesxc-test 9 months ago
  1. +3
    -3
      src/assets/styles/login.scss
  2. +1
    -1
      src/views/login.vue

+ 3
- 3
src/assets/styles/login.scss View File

@@ -139,7 +139,7 @@ $base1px: 0.15vh; // 1px / 1080px;


.title { .title {
margin: 0; margin: 0;
margin-left: calc(28 * 0.12vh);
margin-left: calc(18px * 0.12vh);
font-weight: 400; font-weight: 400;
user-select: none; user-select: none;
color: #000; color: #000;
@@ -148,8 +148,8 @@ $base1px: 0.15vh; // 1px / 1080px;
letter-spacing: calc(2 * 0.12vh); letter-spacing: calc(2 * 0.12vh);


.cnbm_logo { .cnbm_logo {
height: calc(144 * 0.12vh);
width: calc(160 * 0.12vh);
height: calc(160 * 0.12vh);
width: calc(182 * 0.12vh);
position: relative; position: relative;
top: calc(8 * 0.12vh); top: calc(8 * 0.12vh);
right: calc(8 * 0.12vh); right: calc(8 * 0.12vh);


+ 1
- 1
src/views/login.vue View File

@@ -166,7 +166,7 @@


<!-- footer --> <!-- footer -->
<div class="footer"> <div class="footer">
Copyright © 2023 许昌安彩新能科技有限公司 All Rights Reserved.
Copyright © 2023 中建材智能自动化研究院有限公司 All Rights Reserved.
</div> </div>
</div> </div>
</div> </div>


Loading…
Cancel
Save