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;