2 Commits

  1. 4
      src/views/FrontView.vue
  2. 12
      src/views/backindex.vue

4
src/views/FrontView.vue

@ -86,7 +86,7 @@ loadParticipants();
font-weight: 700;
width: auto;
height: 12vh;
font-size: 12vh;
font-size: 6vw;
margin: auto;
display: flex;
justify-content: center;
@ -102,7 +102,7 @@ loadParticipants();
font-weight: 115 Black;
width: auto;
height: 10vh;
font-size: 10vh;
font-size: 5vw;
text-align: center;
text-shadow: 0 20px 7px 0 #61000059;
margin: auto;

12
src/views/backindex.vue

@ -211,10 +211,12 @@ function Nono() {
display: inline-block;
margin-left: 20px;
color: rgb(245, 62, 62);
margin-right: 50px;
"
@click="titleEdit = true"
@click="() => {titleEdit = true;titleNew.title = info.title}"
>修改</el-button
>
<span style="color: rgb(145, 145, 145);;">标题最高可输入12个字符</span>
</div>
<div style="display: flex; align-items: center">
<h4 style="margin-bottom: 0px; margin-top: 30px">众筹目标:</h4>
@ -236,7 +238,7 @@ function Nono() {
margin-top: 30px;
color: rgb(245, 62, 62);
"
@click="raiseEdit = true"
@click="() => {raiseEdit = true;targetNumberNew.targetNumber = info.targetNumber }"
>修改</el-button
>
</div>
@ -266,10 +268,11 @@ function Nono() {
>
<el-table :data="tableData">
<el-table-column
prop="id"
label="序号"
width="300px"
></el-table-column>
type="index"
>
</el-table-column>
<el-table-column
prop="jwcode"
label="编号"
@ -338,6 +341,7 @@ function Nono() {
style="width: 300px; display: inline-block"
/>
</div>
<span style="color: rgb(145, 145, 145);;">标题最高可输入12个字符</span>
<el-button type="danger" @click="putTitle()" style="margin-left: 400px"
>确定</el-button
>

Loading…
Cancel
Save