#
Junjie
2026-02-05 449f84e1cead79fe8e154b42678cb533ed1612d5
#
1个文件已修改
5 ■■■■ 已修改文件
pages/dashboard/dashboard.vue 5 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/dashboard/dashboard.vue
@@ -3,7 +3,7 @@
        <!-- Header -->
        <view class="header">
            <view class="header-left">
                <text class="logo-text">Zoneyung</text>
                <image class="logo-image" :src="`${serverUrl}/openapi/getLogo`" mode="heightFix"></image>
            </view>
            <view class="header-center">
                <text class="title">智能大屏显示系统 - {{ deviceName }}</text>
@@ -606,6 +606,9 @@
        font-style: italic;
        color: #ffffff;
    }
    .logo-image {
        height: 4vh;
    }
    .logo-sub {
        font-size: 0.8rem;
        color: #aaaaaa;