11.22前端

This commit is contained in:
@QQNZX 2023-11-22 17:05:07 +08:00
parent 729c9ec320
commit d2ae2e29c5
3 changed files with 15 additions and 4 deletions

View File

@ -143,7 +143,7 @@
</el-card>
<!-- 添加或修改优惠券对话框 -->
<el-dialog :title="title" :visible.sync="open" width="50%" append-to-body>
<el-form ref="form" :model="form" :rules="rules" label-width="100px">
<el-form ref="form" :model="form" :rules="rules" label-width="120px">
<el-form-item label="优惠券名称" prop="name">
<el-input v-model="form.name" placeholder="请输入优惠券名称" />
</el-form-item>

View File

@ -113,7 +113,7 @@
</div>
<div>
<span class="anniulan" v-show="show" @click="getCode" >获取验证码</span>
<span v-show="!show" class="count">{{count}}s后重新获取</span>
<span style="cursor: pointer;color: #00aaff " v-show="!show" class="count">{{count}}s后重新获取</span>
</div>
</div>
@ -453,4 +453,15 @@ export default {
}
}
}
.anniulan{
width: 100px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
//border: 1px solid #00aaff;
border-radius: 6px;
color: #00aaff;
cursor: pointer;
}
</style>

View File

@ -112,8 +112,8 @@
</el-input>
</div>
<div>
<span class="anniulan" v-show="show" @click="getCode" >获取验证码</span>
<span v-show="!show" class="count">{{count}}s后重新获取</span>
<span style="cursor: pointer;color: #00aaff " class="anniulan" v-show="show" @click="getCode" >获取验证码</span>
<span style="cursor: pointer;color: #00aaff " v-show="!show" class="count">{{count}}s后重新获取</span>
</div>
</div>