zhou zhou
昨天 5454bbe86b1a22e9f05b6bc43f7ed7e9d6c4dc14
rsf-design/src/components/core/views/login/LoginLeftView.vue
@@ -2,8 +2,7 @@
<template>
  <div class="login-left-view">
    <div class="logo">
      <ArtLogo class="icon" size="46" />
      <h1 class="title">{{ AppConfig.systemInfo.name }}</h1>
      <ArtLogo class="icon" fill />
    </div>
    <div class="left-img">
@@ -71,7 +70,6 @@
</template>
<script setup>
  import AppConfig from '@/config'
  import loginIcon from '@imgs/svg/login_icon.svg'
  import { themeAnimation } from '@/utils/ui/animation'
  defineProps({
@@ -106,11 +104,12 @@
      z-index: 100;
      display: flex;
      align-items: center;
      width: 176px;
      height: 44px;
      .title {
        margin-left: 10px;
        font-size: 20px;
        font-weight: 400;
      .icon {
        width: 100%;
        height: 100%;
      }
    }