From 93c0e388bc3fe955c223e1b23a1f4257b1d60d11 Mon Sep 17 00:00:00 2001 From: 王旭 <1377869194@qq.com> Date: 星期二, 09 五月 2023 09:34:56 +0800 Subject: [PATCH] 适配提交 --- src/components/verificationCode.vue | 14 +++++++++++++- 1 files changed, 13 insertions(+), 1 deletions(-) diff --git a/src/components/verificationCode.vue b/src/components/verificationCode.vue index 6dcda26..cea6606 100644 --- a/src/components/verificationCode.vue +++ b/src/components/verificationCode.vue @@ -1,5 +1,13 @@ +<!-- + * @Author: 鐜嬫棴 1377869194@qq.com + * @Date: 2023-05-08 13:52:20 + * @LastEditors: 鐜嬫棴 1377869194@qq.com + * @LastEditTime: 2023-05-08 15:17:22 + * @FilePath: \LFWEB_NEW\src\components\verificationCode.vue + * @Description: 杩欐槸榛樿璁剧疆,璇疯缃甡customMade`, 鎵撳紑koroFileHeader鏌ョ湅閰嶇疆 杩涜璁剧疆: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE +--> <template> - <div class="ValidCode disabled-select" :style="`width:${width}; height:${height}`" @click="refreshCode"> + <div class="ValidCode disabled-select" :style="``" @click="refreshCode"> <span v-for="(item, index) in codeList" :key="index" :style="getStyle(item)">{{item.code}}</span> </div> </template> @@ -69,9 +77,13 @@ <style scoped lang="less"> .ValidCode{ + width: 100px; + height: 48px; display: flex; justify-content: center; align-items: center; + + margin-left: 16px; cursor: pointer; span{ display: inline-block; -- Gitblit v1.9.3