fix: style scoped

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-11-06 14:55:17 +07:00
parent 6493236912
commit 7be679a53d
6 changed files with 6 additions and 6 deletions

View file

@ -155,7 +155,7 @@ const resetFilter = () => {
</template>
</q-table>
</template>
<style lang="scss">
<style lang="scss" scoped>
.icon-color {
color: #4154b3;
}

View file

@ -389,7 +389,7 @@ function filterSelector(val: string, update: Function) {
</div>
</template>
<style lang="scss">
<style lang="scss" scoped>
.icon-color {
color: #4154b3;
}