WXL
5 天以前 33c62946aa29d74a62c5dcbbc1cb06d16c8c91dc
src/layout/components/Sidebar/Logo.vue
@@ -70,7 +70,7 @@
  },
  data() {
    return {
      title: "浙中医大二院智慧随访平台",
      title: "无锡儿童医院智慧随访平台",
      logo: logoImg,
    };
  },
@@ -101,10 +101,12 @@
    width: 100%;
    & .sidebar-logo {
      width: 42px;
      height: 42px;
      vertical-align: middle;
      margin-right: 12px;
      border-radius: 50%; /* 将图片裁剪为圆形 */
      width: 42px; /* 设置图片的宽度 */
      height: 42px; /* 设置图片的高度 */
      object-fit: cover;
    }
    & .sidebar-title {