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