zhangxiao
2024-08-09 96793ed66832fbeb253338a9949c7e5824f87bdd
src/components/navbar/index.vue
@@ -2,15 +2,12 @@
  <div class="navbar">
    <div class="left-side">
      <a-space>
        <img
          alt="logo"
          src="//p3-armor.byteimg.com/tos-cn-i-49unhts6dw/dfdba5317c0c20ce20e64fac803d52bc.svg~tplv-49unhts6dw-image.image"
        />
        <img class="logo" alt="logo" src="@/assets/images/icon-logo.png" />
        <a-typography-title
          :style="{ margin: 0, fontSize: '18px' }"
          :heading="5"
        >
          大模型平台
          SmartAl大模型平台
        </a-typography-title>
        <icon-menu-fold
          v-if="!topMenu && appStore.device === 'mobile'"
@@ -275,6 +272,10 @@
    display: flex;
    align-items: center;
    padding-left: 20px;
    .logo {
      width: 32px;
      height: 32px;
    }
  }
  .center-side {