diff --git a/src/components/Upload/src/components/ImageUpload.vue b/src/components/Upload/src/components/ImageUpload.vue index a1734f1c..41656d87 100644 --- a/src/components/Upload/src/components/ImageUpload.vue +++ b/src/components/Upload/src/components/ImageUpload.vue @@ -376,7 +376,7 @@ bottom: 0; width: 100%; .ant-image-preview-operations-operation{ - flex:1; + // flex:1; } } .ant-image-preview-operations-operation:nth-last-child(1){ diff --git a/src/design/index.less b/src/design/index.less index 21c5d7f4..15bcfb28 100644 --- a/src/design/index.less +++ b/src/design/index.less @@ -70,4 +70,10 @@ ul { .ant-input[disabled]{ color: rgba(0, 0, 0, 0.8); } +.ant-image-preview-operations{ + background-color: rgba(0, 0, 0, 0.8); + span{ + font-size: 25px; + } +} diff --git a/src/views/demo/degraining/curbspotcity/MapList/ShowInfoModal/index.vue b/src/views/demo/degraining/curbspotcity/MapList/ShowInfoModal/index.vue index 399cf493..63f48330 100644 --- a/src/views/demo/degraining/curbspotcity/MapList/ShowInfoModal/index.vue +++ b/src/views/demo/degraining/curbspotcity/MapList/ShowInfoModal/index.vue @@ -533,7 +533,7 @@