bug fix in deep in new version of vue js

This commit is contained in:
Hesabix 2025-08-16 12:18:07 +00:00
parent fbf9a836a8
commit 09fbe891e6
2 changed files with 2 additions and 2 deletions

View file

@ -739,7 +739,7 @@ onMounted(() => {
</script> </script>
<style scoped> <style scoped>
.v-data-table ::v-deep .v-data-table__checkbox { .v-data-table ::deep .v-data-table__checkbox {
margin-right: 0; margin-right: 0;
margin-left: 0; margin-left: 0;
} }

View file

@ -735,7 +735,7 @@ onMounted(() => {
</script> </script>
<style scoped> <style scoped>
.v-data-table ::v-deep .v-data-table__checkbox { .v-data-table ::deep .v-data-table__checkbox {
margin-right: 0; margin-right: 0;
margin-left: 0; margin-left: 0;
} }