Commit f4672b84 by kaisa

feat:修改

parent 5d227bec
...@@ -50,7 +50,7 @@ service.interceptors.request.use( ...@@ -50,7 +50,7 @@ service.interceptors.request.use(
const newParams = { const newParams = {
token: queryParams?.token || "debug", token: queryParams?.token || "debug",
micId: queryParams?.uid || 123456, micId: queryParams?.uid || 1,
lang: queryParams?.lang || 2, lang: queryParams?.lang || 2,
cid: queryParams?.cid || "web_gw", cid: queryParams?.cid || "web_gw",
vest: queryParams?.vest || 0, vest: queryParams?.vest || 0,
......
...@@ -335,7 +335,7 @@ const onSubmit = async () => { ...@@ -335,7 +335,7 @@ const onSubmit = async () => {
background-size: 100% 100%; background-size: 100% 100%;
.content { .content {
padding: 859px 49px 24px 49px; padding: 859px 35px 24px 35px;
.stage { .stage {
height: 100%; height: 100%;
...@@ -626,7 +626,6 @@ const onSubmit = async () => { ...@@ -626,7 +626,6 @@ const onSubmit = async () => {
font-size: 34px; font-size: 34px;
color: #48FEC1; color: #48FEC1;
text-shadow: 0px 4px 7px #2170D3; text-shadow: 0px 4px 7px #2170D3;
font-style: italic;
padding-right: 8px; padding-right: 8px;
padding-top: 23px; padding-top: 23px;
} }
...@@ -795,7 +794,7 @@ const onSubmit = async () => { ...@@ -795,7 +794,7 @@ const onSubmit = async () => {
background-image: url(../../image/dialogBottom.png); background-image: url(../../image/dialogBottom.png);
background-repeat: no-repeat; background-repeat: no-repeat;
background-size: 100%; background-size: 100%;
min-height: 70px; min-height: 75px;
} }
} }
} }
...@@ -868,7 +867,7 @@ const onSubmit = async () => { ...@@ -868,7 +867,7 @@ const onSubmit = async () => {
background-image: url(../../image/dialogBottom.png); background-image: url(../../image/dialogBottom.png);
background-repeat: no-repeat; background-repeat: no-repeat;
background-size: 100%; background-size: 100%;
min-height: 70px; min-height: 75px;
} }
} }
...@@ -920,7 +919,7 @@ const onSubmit = async () => { ...@@ -920,7 +919,7 @@ const onSubmit = async () => {
:deep(.van-form) { :deep(.van-form) {
width: 601px; width: 601px;
background: rgba(0, 0, 0, 0.2); background: rgba(0, 0, 0, 0.2);
margin-left: 24px; margin-left: 40px;
.van-cell-group { .van-cell-group {
background: transparent; background: transparent;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment