Home > front end >  Vue load effect
Vue load effect

Time:09-27

 & lt; Template> 
V - loading="loading"
: data="https://bbs.csdn.net/topics/tableData"
Style="width: 100%" & gt;
Prop="date"
Label="date"
Width="180" & gt;

Prop="name"
Label="name"
Width="180" & gt;

Prop="address"
Label="address" & gt;




<style>
Body {
margin: 0;
}
</style>

<script>
Export the default {
Data () {
Return {
TableData: [{
Date: '2016-05-03',
Name: 'x.h.'
Address: 'jinshajiang road, putuo district, Shanghai 1518 lane'
}, {
Date: '2016-05-02',
Name: 'x.h.'
Address: 'jinshajiang road, putuo district, Shanghai 1518 lane'
}, {
Date: '2016-05-04',
Name: 'x.h.'
Address: 'jinshajiang road, putuo district, Shanghai 1518 lane'
},
Loading: true
};
}
};
</script>

Using v - loading table loaded, how to do it only mask cell, not mask header?

CodePudding user response:

Someone to answer it for me?

CodePudding user response:

Do not write their own bai, calculate the table the position of the body wash a mask layer
  • Related