|
@@ -497,7 +497,7 @@ export default {
|
|
|
}
|
|
|
</script>
|
|
|
|
|
|
- <style lang="less">
|
|
|
+ <style lang="less" scoped>
|
|
|
.empty-data{
|
|
|
color: #999;
|
|
|
text-align: center;
|
|
@@ -519,4 +519,7 @@ export default {
|
|
|
.ve-table .ve-table-container .ve-table-content-wrapper{
|
|
|
border-bottom: 1px solid #ddd;
|
|
|
}
|
|
|
+ /deep/.ve-table-header-th{
|
|
|
+ text-align: center !important;
|
|
|
+ }
|
|
|
</style>
|