update 完成header的重构
This commit is contained in:
26
src/views/LeftSide.vue
Normal file
26
src/views/LeftSide.vue
Normal file
@@ -0,0 +1,26 @@
|
||||
<template>
|
||||
<div class="left-side"></div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: "LeftSide",
|
||||
props: {},
|
||||
data() {
|
||||
return {};
|
||||
},
|
||||
created() {},
|
||||
mounted() {},
|
||||
methods: {},
|
||||
};
|
||||
</script>
|
||||
|
||||
<style scoped lang="scss">
|
||||
// import
|
||||
|
||||
.left-side {
|
||||
background: rgba(243, 54, 145, 0.166);
|
||||
height: 4320px;
|
||||
width: 3840px;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user