Commit 46e874ae authored by “yiyousong”'s avatar “yiyousong”

perf: 优化页面

parent 60a1d3c6
...@@ -143,7 +143,7 @@ export default { ...@@ -143,7 +143,7 @@ export default {
}; };
}, },
created() { created() {
this.getEvaStatList(); // this.getEvaStatList();
}, },
methods: { methods: {
getData() {}, getData() {},
......
...@@ -147,7 +147,7 @@ export default { ...@@ -147,7 +147,7 @@ export default {
}; };
}, },
created() { created() {
this.getQueueStatList(); // this.getQueueStatList();
}, },
methods: { methods: {
getData() {}, getData() {},
......
...@@ -389,6 +389,7 @@ export default { ...@@ -389,6 +389,7 @@ export default {
<style lang="less" scoped> <style lang="less" scoped>
.search { .search {
flex-shrink: 0;
background: url("@/assets/img/engineSearch_bg.svg") no-repeat center / 100% background: url("@/assets/img/engineSearch_bg.svg") no-repeat center / 100%
100%; 100%;
a { a {
......
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