From 42e5ea86f7edc9361227edd979a8ae1952713161 Mon Sep 17 00:00:00 2001
From: Liuyi <candymxq888@outlook.com>
Date: 星期六, 19 十月 2024 16:19:16 +0800
Subject: [PATCH] 添加共享列表,修改共享功能相关代码

---
 pages/infoBreakdown/index.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pages/infoBreakdown/index.vue b/pages/infoBreakdown/index.vue
index 291c0f3..7155b05 100644
--- a/pages/infoBreakdown/index.vue
+++ b/pages/infoBreakdown/index.vue
@@ -97,7 +97,7 @@
 							</view>
 							<view class="form-item">
 								<view class="label">问题类型:</view>
-								<input class="item-input" name="input" v-model="form.type" placeholder="请选择问题类型" />
+								<input class="item-input" name="input" v-model="form.type" placeholder="请输入数字" />
 							</view>
 							<view class="form-item">
 								<view class="label">问题描述:</view>
@@ -163,7 +163,7 @@
 						border-bottom: 1rpx solid rgba(111, 111, 111, 0.1);
 						height:100rpx;
 						.label{
-							width:160rpx;
+							width:180rpx;
 						}
 						input{
 							width:340rpx;

--
Gitblit v1.9.3