From 8e25e781b89d920aea8dc80b35d8f4fc8cc6459b Mon Sep 17 00:00:00 2001 From: hzj <1304805162@qq.com> Date: Fri, 23 Jan 2026 17:05:06 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=B8=B8=E6=88=8F=E5=88=97=E8=A1=A8?= =?UTF-8?q?=E9=A1=B5-->=E7=BC=96=E8=BE=91=E7=BB=84=E4=BB=B6=E5=BC=B9?= =?UTF-8?q?=E7=AA=97):=20=E8=BE=93=E5=85=A5=E6=A1=86=E7=9A=84=E5=AD=97?= =?UTF-8?q?=E6=95=B0=E6=98=BE=E7=A4=BA=E6=A1=86=E4=BD=8D=E7=BD=AE=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/sys/game-config/room/form-edit.vue | 6 ++++ src/views/sys/game-config/room/index.vue | 38 ++++++++++++++++++++ 2 files changed, 44 insertions(+) diff --git a/src/views/sys/game-config/room/form-edit.vue b/src/views/sys/game-config/room/form-edit.vue index ade281d..393ae26 100644 --- a/src/views/sys/game-config/room/form-edit.vue +++ b/src/views/sys/game-config/room/form-edit.vue @@ -488,4 +488,10 @@ export default { } } } + +.el-input ::v-deep .el-input__count { + background-color: transparent !important; + position: relative !important; + bottom: -27px !important; +} diff --git a/src/views/sys/game-config/room/index.vue b/src/views/sys/game-config/room/index.vue index 582ad1e..59fe289 100644 --- a/src/views/sys/game-config/room/index.vue +++ b/src/views/sys/game-config/room/index.vue @@ -1,6 +1,8 @@