[Style] Rename CFP.scss to header.scss; sparate from main

This commit is contained in:
hyperbola 2021-01-19 18:25:36 +08:00
parent 8abe7576db
commit 4d8e0ac091
No known key found for this signature in database
GPG Key ID: D987B1D59478B51F
3 changed files with 5 additions and 1 deletions

View File

@ -7,7 +7,7 @@
// components
@import './footer.scss';
@import './CFP/cfp_introduction.scss';
@import './CFP/CFP.scss';
// @import './CFP/CFP.scss';
@import './CFP/cfpSubNew.scss';
@import "./news.scss";

View File

@ -77,3 +77,7 @@ import { Component, Prop, Vue } from 'vue-property-decorator';
@Component
export default class CfpHeader extends Vue {}
</script>
<style lang="scss">
@import '@/assets/scss/CFP/header.scss';
</style>