CN-1086: 实体列表静态页面开发

This commit is contained in:
刘洪洪
2023-06-15 18:48:47 +08:00
parent eb493edc02
commit 71b0d5e053
17 changed files with 780 additions and 159 deletions

View File

@@ -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 ''