无人机管理后台前端(已迁走)
张含笑
2025-08-27 cf01072be13ce88a33016a27bdd6bf3bc74ba80e
feat:样式调整
1 files modified
10 ■■■■ changed files
src/views/resource/components/spotDetails.vue 10 ●●●● 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;