From 15e78fe809e54fde4a8cd31d261f336e400d2440 Mon Sep 17 00:00:00 2001 From: gaosp <gaosp> Date: 星期六, 09 三月 2024 12:52:36 +0800 Subject: [PATCH] updatee --- src/container/workshop/device.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/container/workshop/device.vue b/src/container/workshop/device.vue index ca3bcb2..b163972 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-06 09:51:37 + * @LastEditTime: 2024-03-09 12:47:06 * @FilePath: /belleson-frontend/Users/mache/Documents/demo/mdc/src/container/workshop/device.vue --> <template> @@ -169,8 +169,8 @@ .device-item { width: 100%; height: 100%; - // min-width: 394px; - // min-height: 321px; + max-width: 394px; + max-height: 321px; border-radius: 10px; border: 1px solid #3C4249; padding: 20px; -- Gitblit v1.9.3