diff --git a/src/components/GuipSelect.vue b/src/components/GuipSelect.vue index 4aa6bd3..97733b5 100644 --- a/src/components/GuipSelect.vue +++ b/src/components/GuipSelect.vue @@ -46,15 +46,15 @@ export default { this.placeholder1 = this.placeholder; } this.$nextTick(() => { - let els = document.querySelectorAll('.el-select .el-input'); - els.forEach(item => { - item.onmouseover = function () { - item.classList.add("hoverclass") - } - item.onmouseout = function () { - item.classList.remove("hoverclass") - } - }) + // let els = document.querySelectorAll('.el-select .el-input'); + // els.forEach(item => { + // item.onmouseover = function () { + // item.classList.add("hoverclass") + // } + // item.onmouseout = function () { + // item.classList.remove("hoverclass") + // } + // }) }) }, methods: { diff --git a/src/views/super/Ranking/Purchase.vue b/src/views/super/Ranking/Purchase.vue index 298da20..026d89b 100644 --- a/src/views/super/Ranking/Purchase.vue +++ b/src/views/super/Ranking/Purchase.vue @@ -10,7 +10,8 @@ @dialogVisibleChange="dialogVisibleChange"> - +
@@ -28,7 +29,7 @@
- + -
+
@@ -82,7 +84,8 @@