| src/views/resource/components/spotDetails.vue | ●●●●● patch | view | raw | blame | history |
src/views/resource/components/spotDetails.vue
@@ -1,7 +1,6 @@ <template> <el-dialog :title="props.title" v-model="uploadPatchDialog" width="75%" align-center @@ -384,10 +383,17 @@ </script> <style scoped lang="scss"> :deep(.el-dialog) { border-radius: 12px !important; /* 圆角生效关键 */ overflow: hidden !important; /* 防止内容溢出圆角 */ background: #fff !important; /* 显式背景,让圆角可见 */ } :deep(.el-dialog__body) { padding: 10px 39px 43px 39px !important; margin: 0 !important; overflow: auto !important; } .container { display: flex; flex-direction: column;