style:替换延安logo

main
@0Melon0 11 months ago
parent d36d903a53
commit 74240cc613

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 2.5 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 73 KiB

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 26 KiB

@ -5,7 +5,7 @@ Vue.use(Vuex);
export default new Vuex.Store({ export default new Vuex.Store({
state: { state: {
isMock: true, isMock: false,
}, },
getters: { getters: {
isMock: state => state.isMock, isMock: state => state.isMock,

@ -2,7 +2,7 @@
<section class="waitBox bg-[#F3F2FA]"> <section class="waitBox bg-[#F3F2FA]">
<nav class="h-[11.11vh] pl-[3.7vh] pr-[2.22vh] flex justify-between items-center bg-[#5D49AF] relative overflow-hidden"> <nav class="h-[11.11vh] pl-[3.7vh] pr-[2.22vh] flex justify-between items-center bg-[#5D49AF] relative overflow-hidden">
<div class="logBox h-[5vh]"> <div class="logBox h-[5vh]">
<img class="h-full" src="@/assets/svg/Wait/logo.png" /> <img class="h-full" src="@/assets/svg/Wait/yanan-logo.png" />
</div> </div>
<div class="absolute titleBox w-full flex justify-around"> <div class="absolute titleBox w-full flex justify-around">
<div class="flex items-center"> <div class="flex items-center">

@ -2,7 +2,7 @@
<section class="waitBox bg-[#F3F2FA]"> <section class="waitBox bg-[#F3F2FA]">
<nav class="h-[11.11vh] pl-[3.7vh] pr-[2.22vh] flex justify-between items-center bg-[#5D49AF] relative overflow-hidden"> <nav class="h-[11.11vh] pl-[3.7vh] pr-[2.22vh] flex justify-between items-center bg-[#5D49AF] relative overflow-hidden">
<div class="logBox h-[5vh]"> <div class="logBox h-[5vh]">
<img class="h-full" src="@/assets/svg/Wait/logo.png" /> <img class="h-full" src="@/assets/svg/Wait/yanan-logo.png" />
</div> </div>
<div class="absolute titleBox w-full flex justify-around"> <div class="absolute titleBox w-full flex justify-around">
<div class="flex items-center"> <div class="flex items-center">

Loading…
Cancel
Save