提交 0bb13099 authored 作者: lidongxu's avatar lidongxu

style(xlmobileupload): 调整:勤策移动端_售点稽查_上传照片组件大小设置

上级 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']
}
......@@ -73,7 +73,6 @@ declare module 'vue' {
VanUploader: typeof import('vant/es')['Uploader']
VersionNotice: typeof import('./src/components/VersionNotice/index.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']
XLToolTip: typeof import('./src/components/XLToolTip/index.vue')['default']
Year: typeof import('./src/components/Crontab/year.vue')['default']
......
......@@ -263,6 +263,10 @@ const requestFullscreen = (element) => {
gap: 10px;
/* 自定义上传区域样式 */
.van-uploader__input-wrapper {
width: 80px;
height: 80px;
.upload-btn {
display: flex;
align-items: center;
......@@ -276,6 +280,8 @@ const requestFullscreen = (element) => {
font-size: 24px;
}
}
}
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论