@@ -377,7 +377,7 @@ import login from "@/store/module/login";
// return false;
// }
get cHeigth() {
- if (this.data.list.length > 9) {
+ if (this.data.list.length) {
return 'auto'
} else {
return '100%'
@@ -173,7 +173,7 @@ export default {
},
computed: {
cHeigth() {
- if (this.list.length > 9) {
+ if (this.list.length) {