Commit c12b6639 authored by youjie's avatar youjie

no message

parent 0181339c
...@@ -668,20 +668,20 @@ export default { ...@@ -668,20 +668,20 @@ export default {
computed: { computed: {
filedWidth() { filedWidth() {
return { return {
"col-12": this.$q.screen.width < 1200, "col-12": this.$q.screen.width < 600,
"col-6": this.$q.screen.width >= 1200, "col-6": this.$q.screen.width >= 600,
}; };
}, },
filedGuestWidth() { filedGuestWidth() {
return { return {
"col-12": this.$q.screen.width < 1200, "col-12": this.$q.screen.width < 600,
"col-4": this.$q.screen.width >= 1200, "col-4": this.$q.screen.width >= 600,
}; };
}, },
filedTypeWidth() { filedTypeWidth() {
return { return {
"col-6": this.$q.screen.width < 1200, "col-6": this.$q.screen.width < 600,
"col-3": this.$q.screen.width >= 1200, "col-3": this.$q.screen.width >= 600,
}; };
}, },
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment