zhaoxiaoqiang
2022-08-05 b938902f583b868ec15228566a82e9ff6d3c0117
上传样式
2 files modified
17 ■■■■ changed files
src/components/upload/uploadIdCard.vue 8 ●●●● patch | view | raw | blame | history
src/components/upload/uploadImg.vue 9 ●●●●● patch | view | raw | blame | history
src/components/upload/uploadIdCard.vue
@@ -1,7 +1,7 @@
<!--
 * @Date: 2019-08-30 18:04:49
 * @LastEditors: zxq
 * @LastEditTime: 2022-08-05 15:09:06
 * @LastEditTime: 2022-08-05 15:27:35
 * @Description:
 -->
<template>
@@ -370,12 +370,12 @@
<style lang="less"  >
.component-photo-upload {
  .upload_input{
    font-size: 16px;
    width: 100%;
    height: 45px;
    font-size: 16px;
    position: relative;
    text-align: center;
    margin-top: 10px;
    padding: 8px 0;
    margin:10px 0;
    input{
      position: absolute;
      left: 0;
src/components/upload/uploadImg.vue
@@ -1,7 +1,7 @@
<!--
 * @Date: 2019-08-30 18:04:49
 * @LastEditors: zxq
 * @LastEditTime: 2022-08-05 15:10:37
 * @LastEditTime: 2022-08-05 15:26:13
 * @Description:
 -->
<template>
@@ -350,12 +350,13 @@
<style lang="less">
.component-photo-upload-img {
  .upload_input{
    font-size: 16px;
    width: 100%;
    height: 45px;
    font-size: 16px;
    position: relative;
    text-align: center;
    margin-top: 10px;
    padding: 8px 0;
    margin:10px 0;
    input{
      position: absolute;
      left: 0;