CN-1086: 实体列表静态页面开发
This commit is contained in:
@@ -20,7 +20,7 @@ export default {
|
||||
entityDetectionStyle () {
|
||||
const route = this.$route.name !== undefined ? this.$route.name : this.$route
|
||||
if (listScrollPath.indexOf(route.path) > -1) {
|
||||
const style = route.path === listScrollPath[0] ? 'overflow:auto;background-color: #EFF2F5;' : 'overflow:auto;'
|
||||
const style = 'overflow:auto;'
|
||||
return style
|
||||
} else {
|
||||
return ''
|
||||
|
||||
Reference in New Issue
Block a user