From 3cb45f5e261d22a4ee3e71dd5c588c95469f7d28 Mon Sep 17 00:00:00 2001 From: gaosp <gaosp> Date: 星期日, 10 三月 2024 11:44:49 +0800 Subject: [PATCH] update --- src/container/workshop/device.vue | 8 ++++---- src/container/list/index.vue | 5 +++-- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/src/container/list/index.vue b/src/container/list/index.vue index b7de203..6494767 100644 --- a/src/container/list/index.vue +++ b/src/container/list/index.vue @@ -1,7 +1,7 @@ <!-- * @Date: 2024-01-06 17:40:19 * @LastEditors: Sneed - * @LastEditTime: 2024-03-06 09:18:40 + * @LastEditTime: 2024-03-10 11:39:46 * @FilePath: /belleson-frontend/Users/mache/Documents/demo/mdc/src/container/list/index.vue --> <template> @@ -224,8 +224,9 @@ .pagination { position: absolute; - bottom: 0; + bottom: 50px; right: 40px; + z-index: 99; } } diff --git a/src/container/workshop/device.vue b/src/container/workshop/device.vue index b163972..2ef2ce6 100644 --- a/src/container/workshop/device.vue +++ b/src/container/workshop/device.vue @@ -1,7 +1,7 @@ <!-- * @Date: 2024-01-13 20:46:33 * @LastEditors: Sneed - * @LastEditTime: 2024-03-09 12:47:06 + * @LastEditTime: 2024-03-09 14:20:34 * @FilePath: /belleson-frontend/Users/mache/Documents/demo/mdc/src/container/workshop/device.vue --> <template> @@ -141,9 +141,9 @@ this.concern = !!this.info.concern console.log(this.$el.getBoundingClientRect().width,'/////',this.$el.getBoundingClientRect().width / 200) this.$nextTick(() => { - if (this.$el.getBoundingClientRect().width < 400) { - this.$el.querySelector('.device-item-box').style = `transform:scale(${this.$el.getBoundingClientRect().width / 400})` - } + //if (this.$el.getBoundingClientRect().width < 400) { + this.$el.querySelector('.device-item-box').style = `transform:scale(${this.$el.getBoundingClientRect().width / 360})` + //} }) -- Gitblit v1.9.3