提交 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' { ...@@ -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']
......
...@@ -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 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论