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