From bd40473c9c634005bc7e62e7fc901bcd8b598fa0 Mon Sep 17 00:00:00 2001 From: feige <feige@qq.com> Date: 星期五, 02 二月 2024 15:20:26 +0800 Subject: [PATCH] 提交了修改 --- ruoyi-ui/src/views/self/edit.vue | 13 ++++++++++--- 1 files changed, 10 insertions(+), 3 deletions(-) diff --git a/ruoyi-ui/src/views/self/edit.vue b/ruoyi-ui/src/views/self/edit.vue index 6f90fe8..73f6c97 100644 --- a/ruoyi-ui/src/views/self/edit.vue +++ b/ruoyi-ui/src/views/self/edit.vue @@ -88,7 +88,9 @@ accept="image/*" :auto-upload="false" :multiple="false" - :limit="1"> + :limit="1" + :class="{ hide: !btn }" + > <i class="el-icon-plus"></i> </el-upload> </el-row> @@ -282,7 +284,10 @@ // 鏃ユ湡鑼冨洿 dateRange: [], // 鏁版嵁鑼冨洿閫夐」 - fot:[".jpg",".jif"], + // 鏁版嵁鑼冨洿閫夐」 + fot:['.bmp','.jpg','.jpeg','.png','.tif','.gif','.pcx','.tga','.exif','.fpx', + '.svg','.psd','.cdr','.pcd','.dxf','.ufo','.eps','.ai','.aw','.WMF','.webp','.apng'], + fileList:[ ], fileListOther:[ @@ -495,5 +500,7 @@ </script> <style scoped> - +.app-container{ + background-color: #FEF7FC; +} </style> -- Gitblit v1.9.1