d5400c759498bb9261567fe8bf6832d638291465..e8ef7263819e847d55cd35e006aa02635fd7b82e
2025-05-14 king
2025-05-14
e8ef72 对比 | 目录
2025-05-14 king
2025-05-14
7c4e95 对比 | 目录
2个文件已修改
6 ■■■■ 已修改文件
src/components/imgScale/index.scss 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/login/index.scss 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/imgScale/index.scss
@@ -48,8 +48,8 @@
  overflow: hidden;
}
.mk-image-preview-img {
  max-width: 100%;
  max-height: 100%;
  max-width: 95%;
  max-height: 95%;
  vertical-align: middle;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
src/views/login/index.scss
@@ -36,7 +36,7 @@
    border-bottom: 2px solid var(--mk-sys-color);
    display: flex;
    align-items: center;
    justify-content: right;
    justify-content: flex-end;
    padding-right: 20vw;
    overflow: hidden;