bug fix in deep in new version of vue js
This commit is contained in:
parent
fbf9a836a8
commit
09fbe891e6
|
@ -739,7 +739,7 @@ onMounted(() => {
|
|||
</script>
|
||||
|
||||
<style scoped>
|
||||
.v-data-table ::v-deep .v-data-table__checkbox {
|
||||
.v-data-table ::deep .v-data-table__checkbox {
|
||||
margin-right: 0;
|
||||
margin-left: 0;
|
||||
}
|
||||
|
|
|
@ -735,7 +735,7 @@ onMounted(() => {
|
|||
</script>
|
||||
|
||||
<style scoped>
|
||||
.v-data-table ::v-deep .v-data-table__checkbox {
|
||||
.v-data-table ::deep .v-data-table__checkbox {
|
||||
margin-right: 0;
|
||||
margin-left: 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue