Admin
2022-11-16 f59373dccb4afb37e63f4fe655061d067244860c
src/views/loginPage/loginPage.vue
@@ -26,7 +26,7 @@
                </div>
            </el-col>
        </el-row>
        <div class="rights">技术支持:苏州国科鸿宇智能科技有限公司</div>
        <div class="rights">技术支持:苏州国科鸿宇智能科技有限公司<br/><span>GTXH Intelligent Security Management System V1.0.1</span></div>
    </div>
</template>
@@ -130,10 +130,16 @@
        left: 0;
    }
    .rights {
        font-size: 16px;
        font-size: 1.2rem;
        color: #fff;
        position: absolute;
        bottom: 30px;
        text-align: center;
        span{
            font-size: 1rem;
            color: #eee;
        }
    }
    .loginContent {
        width: 100%;