diff --git a/src/views/system/hospital/uploadLogo.vue b/src/views/system/hospital/uploadLogo.vue
index 25b3909..d8e23d3 100644
--- a/src/views/system/hospital/uploadLogo.vue
+++ b/src/views/system/hospital/uploadLogo.vue
@@ -2,6 +2,7 @@
- 上传
- (只能上传png/jpg/jpeg文件)
+ (只能上传png/jpg/jpeg文件) -->
+
+
+
![]()
+
+
+
+
+
+
+
+
+
-
{{ fileList.length > 0 ? fileList[0].name : "" }}
-
+ -->
+
+
+
@@ -168,4 +205,17 @@ export default {
font-size: 12px;
cursor: pointer;
}
+.upload-container .uploadDisabled .el-upload--picture-card {
+ display: none;
+}
+.upload-container .el-upload--picture-card {
+ width: 100px;
+ height: 100px;
+ line-height: 100px;
+}
+.upload-container .el-upload-list--picture-card .el-upload-list__item {
+ width: 100px;
+ height: 100px;
+ line-height: 100px;
+}