diff --git a/frontend/package.json b/frontend/package.json index 5a5c1a943a..b118bedf63 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -38,7 +38,7 @@ "dependencies": { "@7polo/kity": "2.0.8", "@7polo/kityminder-core": "1.4.53", - "@arco-design/web-vue": "^2.54.4", + "@arco-design/web-vue": "^2.55.0", "@arco-themes/vue-ms-theme-default": "^0.0.30", "@form-create/arco-design": "^3.1.23", "@halo-dev/richtext-editor": "0.0.0-alpha.33", diff --git a/frontend/src/assets/style/arco-reset.less b/frontend/src/assets/style/arco-reset.less index 1bbfda6f1a..53e4a48c9d 100644 --- a/frontend/src/assets/style/arco-reset.less +++ b/frontend/src/assets/style/arco-reset.less @@ -137,23 +137,18 @@ width: 960px; } } - .ms-modal-response { .arco-modal { width: 800px; - height: 523px + height: 523px; } } - -.ms-modal-response-body{ - .arco-modal-body{ - padding: 0; +.ms-modal-response-body { + .arco-modal-body { overflow: inherit; + padding: 0; } } - - - .ms-modal-small { .arco-modal { width: 480px; @@ -394,9 +389,8 @@ } .arco-checkbox-icon-check { @apply text-white; - .arco-checkbox-icon { - background-color: rgb(var(--primary-5)); - } + + background-color: rgb(var(--primary-5)); } } .arco-checkbox { diff --git a/frontend/src/components/business/ms-add-attachment/index.vue b/frontend/src/components/business/ms-add-attachment/index.vue index 24fe0dc217..cbf3dadd29 100644 --- a/frontend/src/components/business/ms-add-attachment/index.vue +++ b/frontend/src/components/business/ms-add-attachment/index.vue @@ -10,7 +10,7 @@ @@ -78,9 +85,11 @@