前端首页下拉样式,头部样式,seller端批量上传

This commit is contained in:
mabo
2021-07-13 18:15:32 +08:00
parent 4c0aec2f42
commit 0e277a8e6d
8 changed files with 153 additions and 85 deletions

View File

@@ -1,5 +1,5 @@
<template>
<div class="login" @click='$refs.verify.show = false'>
<div class="sign-up" @click='$refs.verify.show = false'>
<div style="height:50px;"></div>
<div class="logo-box">
<img
@@ -209,13 +209,12 @@ export default {
mounted () {
this.$refs.formRegist.resetFields();
this.logoImg = this.Cookies.getItem('logo')
},
watch: {
console.log(window.innerHeight);
document.querySelector('.sign-up').style.height = window.innerHeight + 'px'
}
};
</script>
<style scoped lang="scss">
.logo-box {
width: 600px;
height: 80px;