add white bg
This commit is contained in:
parent
47690f7648
commit
5dfeb5dacb
@ -434,7 +434,7 @@ onUnmounted(() => {
|
||||
<style lang="scss" scoped>
|
||||
.header {
|
||||
width: 100%;
|
||||
height: 55px;
|
||||
height: 65px;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: flex-end;
|
||||
@ -444,7 +444,8 @@ onUnmounted(() => {
|
||||
left: 0;
|
||||
right: 0;
|
||||
padding: 0 10rem;
|
||||
background-color: transparent;
|
||||
background-color: #ffffff;
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
|
||||
.logo {
|
||||
|
@ -434,7 +434,7 @@ onUnmounted(() => {
|
||||
<style lang="scss" scoped>
|
||||
.header {
|
||||
width: 100%;
|
||||
height: 55px;
|
||||
height: 65px;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: flex-end;
|
||||
@ -444,7 +444,8 @@ onUnmounted(() => {
|
||||
left: 0;
|
||||
right: 0;
|
||||
padding: 0 10rem;
|
||||
background-color: transparent;
|
||||
background-color: #ffffff;
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
|
||||
.logo {
|
||||
|
@ -583,7 +583,7 @@ onUnmounted(() => {
|
||||
<style lang="scss" scoped>
|
||||
.header {
|
||||
width: 100%;
|
||||
height: 55px;
|
||||
height: 65px;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: flex-end;
|
||||
@ -593,7 +593,8 @@ onUnmounted(() => {
|
||||
left: 0;
|
||||
right: 0;
|
||||
padding: 0 10rem;
|
||||
background-color: transparent;
|
||||
background-color: #ffffff;
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
|
||||
.logo {
|
||||
|
@ -583,7 +583,7 @@ onUnmounted(() => {
|
||||
<style lang="scss" scoped>
|
||||
.header {
|
||||
width: 100%;
|
||||
height: 55px;
|
||||
height: 65px;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: flex-end;
|
||||
@ -593,7 +593,8 @@ onUnmounted(() => {
|
||||
left: 0;
|
||||
right: 0;
|
||||
padding: 0 10rem;
|
||||
background-color: transparent;
|
||||
background-color: #ffffff;
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
|
||||
.logo {
|
||||
|
@ -363,7 +363,7 @@ onUnmounted(() => {});
|
||||
|
||||
.header {
|
||||
width: 100%;
|
||||
height: 55px;
|
||||
height: 65px;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: flex-end;
|
||||
@ -373,7 +373,8 @@ onUnmounted(() => {});
|
||||
left: 0;
|
||||
right: 0;
|
||||
padding: 0 10rem;
|
||||
background-color: transparent;
|
||||
background-color: #ffffff;
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
|
||||
.logo {
|
||||
|
@ -363,7 +363,7 @@ onUnmounted(() => {});
|
||||
|
||||
.header {
|
||||
width: 100%;
|
||||
height: 55px;
|
||||
height: 65px;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: flex-end;
|
||||
@ -373,7 +373,8 @@ onUnmounted(() => {});
|
||||
left: 0;
|
||||
right: 0;
|
||||
padding: 0 10rem;
|
||||
background-color: transparent;
|
||||
background-color: #ffffff;
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
|
||||
.logo {
|
||||
|
@ -678,7 +678,7 @@ watch(
|
||||
<style scoped lang="scss">
|
||||
.header {
|
||||
width: 100%;
|
||||
height: 55px;
|
||||
height: 65px;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: flex-end;
|
||||
@ -688,7 +688,8 @@ watch(
|
||||
left: 0;
|
||||
right: 0;
|
||||
padding: 0 10rem;
|
||||
background-color: transparent;
|
||||
background-color: #ffffff;
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
|
||||
.logo {
|
||||
|
@ -678,7 +678,7 @@ watch(
|
||||
<style scoped lang="scss">
|
||||
.header {
|
||||
width: 100%;
|
||||
height: 55px;
|
||||
height: 65px;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: flex-end;
|
||||
@ -688,7 +688,8 @@ watch(
|
||||
left: 0;
|
||||
right: 0;
|
||||
padding: 0 10rem;
|
||||
background-color: transparent;
|
||||
background-color: #ffffff;
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
|
||||
.logo {
|
||||
|
Loading…
Reference in New Issue
Block a user