fix: scss
This commit is contained in:
@@ -85,7 +85,7 @@ const actionClickFun = (action: any) => {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
@import '@/views/task/projectList/components/projectCard.scss';
|
@use '@/views/task/projectList/components/projectCard.scss';
|
||||||
|
|
||||||
.lyric-project-card {
|
.lyric-project-card {
|
||||||
@extend .project-card-base;
|
@extend .project-card-base;
|
||||||
|
|||||||
@@ -76,7 +76,7 @@ const actionClickFun = (action: any) => {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
@import './projectCard.scss';
|
@use './projectCard.scss';
|
||||||
|
|
||||||
.project-card {
|
.project-card {
|
||||||
@extend .project-card-base;
|
@extend .project-card-base;
|
||||||
|
|||||||
Reference in New Issue
Block a user