修改数广LOGO

This commit is contained in:
2025-12-01 16:51:04 +08:00
parent b8626db4dd
commit 25e9fac1b9
5 changed files with 9 additions and 3 deletions

View File

@@ -88,7 +88,8 @@ onUnload(() => {
<view class="login-page">
<view class="logo-wrapper">
<view class="logo">
<text class="i-carbon-store icon"></text>
<image src="/static/logo3.png" class="logo-image"></image>
<!-- <text class="i-carbon-store icon"></text> -->
</view>
<!-- <text class="app-name">商城+金融</text> -->
</view>
@@ -138,6 +139,10 @@ onUnload(() => {
</template>
<style lang="scss" scoped>
.logo-image {
width: 60px;
height: 60px;
}
.login-page {
min-height: 100vh;
background: #fff;