From f461caf793f1b5a36649de8bff96d5b3f28ccdb9 Mon Sep 17 00:00:00 2001
From: zhaoxiaoqiang <287285524@qq.com>
Date: Fri, 12 Aug 2022 10:28:32 +0800
Subject: [PATCH] 调整登录接口
---
src/components/upload/uploadImg.vue | 9 +++++----
1 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/src/components/upload/uploadImg.vue b/src/components/upload/uploadImg.vue
index 45fa84a..a3d6a66 100644
--- a/src/components/upload/uploadImg.vue
+++ b/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;
--
Gitblit v1.8.0