uni-Identify-quality/pages/login/login.vue

16 lines
265 B
Vue
Raw Normal View History

2023-09-19 01:48:45 +00:00
<template>
<view>123</view>
</template>
<script>
export default {};
</script>
<style lang="scss" scoped>
page {
background: url("@/static/image/login-bg.png") no-repeat;
background-size: 100% 100%;
background-attachment: fixed;
height: 100vh;
}
</style>