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 @@