#
whycq
2023-02-09 77973b4269c23a76815b787cb86ac64e89acdcd7
#
1个文件已修改
1个文件已添加
1个文件已删除
12 ■■■■ 已修改文件
pages/login/login.vue 12 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
static/img/logo.png 补丁 | 查看 | 原始文档 | blame | 历史
static/logo.png 补丁 | 查看 | 原始文档 | blame | 历史
pages/login/login.vue
@@ -1,7 +1,7 @@
<template>
    <view class="head">
        <view class="logo">
            <image src="../../static/img/logo.png" mode="aspectFit"></image>
        </view>
    </view>
    <view class="content">
@@ -35,18 +35,18 @@
</script>
<style lang="less">
    .display-grid {
        display: grid;
    }
    .head {
        height: 200rpx;
        height: 500rpx;
        width: 100%;
        background-color: aquamarine;
        // background-color: aquamarine;
        display: grid;
        grid-template-columns: 1fr;
        justify-items: center;
        align-items: center;
        .logo {
            width: 10%;
            height: 90%;
            background-color: red;
        }
    }
    .content {
static/img/logo.png
static/logo.png
Binary files differ