Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
W
wangxiaolu-sfa-ui
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
sfa
wangxiaolu-sfa-ui
Commits
0bb13099
提交
0bb13099
authored
9月 15, 2025
作者:
lidongxu
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
style(xlmobileupload): 调整:勤策移动端_售点稽查_上传照片组件大小设置
上级
9d8c8e7c
隐藏空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
15 行增加
和
22 行删除
+15
-22
auto-imports.d.ts
auto-imports.d.ts
+0
-12
components.d.ts
components.d.ts
+0
-1
index.vue
src/views/mobile/components/XLMobileUpload/index.vue
+15
-9
没有找到文件。
auto-imports.d.ts
deleted
100644 → 0
浏览文件 @
9d8c8e7c
/* eslint-disable */
/* prettier-ignore */
// @ts-nocheck
// noinspection JSUnusedGlobalSymbols
// Generated by unplugin-auto-import
export
{}
declare
global
{
const
showConfirmDialog
:
typeof
import
(
'vant/es'
)[
'showConfirmDialog'
]
const
showDialog
:
typeof
import
(
'vant/es'
)[
'showDialog'
]
const
showImagePreview
:
typeof
import
(
'vant/es'
)[
'showImagePreview'
]
const
showNotify
:
typeof
import
(
'vant/es'
)[
'showNotify'
]
}
components.d.ts
浏览文件 @
0bb13099
...
@@ -73,7 +73,6 @@ declare module 'vue' {
...
@@ -73,7 +73,6 @@ declare module 'vue' {
VanUploader
:
typeof
import
(
'vant/es'
)[
'Uploader'
]
VanUploader
:
typeof
import
(
'vant/es'
)[
'Uploader'
]
VersionNotice
:
typeof
import
(
'./src/components/VersionNotice/index.vue'
)[
'default'
]
VersionNotice
:
typeof
import
(
'./src/components/VersionNotice/index.vue'
)[
'default'
]
Week
:
typeof
import
(
'./src/components/Crontab/week.vue'
)[
'default'
]
Week
:
typeof
import
(
'./src/components/Crontab/week.vue'
)[
'default'
]
XLMobileUpload
:
typeof
import
(
'./src/components/XLMobileUpload/index.vue'
)[
'default'
]
XLSelect
:
typeof
import
(
'./src/components/XLSelect/index.vue'
)[
'default'
]
XLSelect
:
typeof
import
(
'./src/components/XLSelect/index.vue'
)[
'default'
]
XLToolTip
:
typeof
import
(
'./src/components/XLToolTip/index.vue'
)[
'default'
]
XLToolTip
:
typeof
import
(
'./src/components/XLToolTip/index.vue'
)[
'default'
]
Year
:
typeof
import
(
'./src/components/Crontab/year.vue'
)[
'default'
]
Year
:
typeof
import
(
'./src/components/Crontab/year.vue'
)[
'default'
]
...
...
src/views/mobile/components/XLMobileUpload/index.vue
浏览文件 @
0bb13099
...
@@ -263,18 +263,24 @@ const requestFullscreen = (element) => {
...
@@ -263,18 +263,24 @@ const requestFullscreen = (element) => {
gap
:
10px
;
gap
:
10px
;
/* 自定义上传区域样式 */
/* 自定义上传区域样式 */
.upload-btn
{
.van-uploader__input-wrapper
{
display
:
flex
;
align-items
:
center
;
justify-content
:
center
;
background-color
:
#f8f8f8
;
width
:
80px
;
width
:
80px
;
height
:
80px
;
height
:
80px
;
border
:
1px
dashed
#ccc
;
border-radius
:
4px
;
.upload-btn
{
color
:
#dcdee0
;
display
:
flex
;
font-size
:
24px
;
align-items
:
center
;
justify-content
:
center
;
background-color
:
#f8f8f8
;
width
:
80px
;
height
:
80px
;
border
:
1px
dashed
#ccc
;
border-radius
:
4px
;
color
:
#dcdee0
;
font-size
:
24px
;
}
}
}
}
}
}
}
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论