jihongshun
3 天以前 f4c90cdeda652f0d40d04eefde317626593d19e5
src/views/system/shootPoint/components/shootPointDialog.vue
@@ -10,7 +10,7 @@
          <el-col :span="4">
              <el-card class="noScroll">
                <div class="chooseModel">
                  <el-button type="primary" @click='chooseModel'>选择模型</el-button>
                  <el-button type="primary" @click='chooseModel'>模型</el-button>
                  <div class="modelType">
                    模型名称:{{ modelName }}
                  </div>
@@ -60,7 +60,7 @@
                                <span v-for="(action, aIndex) in wp.actions" 
                                      :key="action.id" 
                                      class="action-icon"
                                      @click="clickItem(action)">
                                      @click.stop="clickItem(action)">
                  
                                  <img src="@/assets/images/xuanting.svg" alt="svg图片" v-if="action.type==='悬停'" />
                                  <img src="@/assets/images/photo.svg" alt="svg图片" v-if="action.type==='拍照'" />
@@ -93,7 +93,6 @@
  </div>
</template>
<script>
import { compileToFunctions } from "vue-template-compiler";
import CesiumMap from "../../../../utils/components/cesium-map.vue";
import InitMap from "../../../../utils/components/init-map.vue";
import ChooseModelDialog from './chooseModelDialog.vue';
@@ -742,6 +741,10 @@
}
</script>
<style scoped>
::v-deep .el-dialog__header {
  padding: 10px; /* 修改内边距 */
  font-size: 18px; /* 修改字体大小 */
}
.noScroll{
    height: calc(100vh - 175px);
    overflow: auto;