From d40a7b18560e3245aeeb37de727a1964f07eff62 Mon Sep 17 00:00:00 2001 From: YeMingfei666 <1619116647@qq.com> Date: Thu, 17 Oct 2024 13:55:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=BB=98=E8=AE=A4=E5=B8=83?= =?UTF-8?q?=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/tool/Instead/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/tool/Instead/index.vue b/src/views/tool/Instead/index.vue index d3d48a5..bcd136f 100644 --- a/src/views/tool/Instead/index.vue +++ b/src/views/tool/Instead/index.vue @@ -1385,7 +1385,7 @@ export default { { label: "图文显示", value: "img-and-text" }, { label: "文字显示", value: "text" }, ], - sel: "img-and-text", + sel: "default", }, // 选择用户 vipUser: { @@ -4003,7 +4003,7 @@ input[type="number"]::-webkit-outer-spin-button { font-size: 14px; position: absolute; inset: 0; - background: rgba(0, 0, 0, 0.4); + background: rgba(46, 46, 46, 0.38); color: #fff; box-sizing: border-box; padding: 10px;