修改默认布局

This commit is contained in:
YeMingfei666 2024-10-17 13:55:01 +08:00
parent c224469c35
commit d40a7b1856
1 changed files with 2 additions and 2 deletions

View File

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