tanghaolin
2025-03-07 d9e68c8234a79ecaa9fb3304caadbc99607715c9
src/components/realPicture.vue
@@ -1,12 +1,12 @@
<template>
  <!-- 实物图 -->
  <div style="position: relative; height: 100%" v-loading="state.m_loadingCheck">
    <div style="font-size: 0.13rem; float: left; font-weight: bold">
    <div style="font-size: 13px; float: left; font-weight: bold">
      <a v-if="state.CAD_Path !== null" class="diagram btn-export default blue-stripe pos_style" @click="exportCAD">
        <el-icon size="12">
          <PictureFilled />
        </el-icon>
        <span style="margin-left: 0.01rem">
        <span style="margin-left: 1px">
          {{ t("selectPage.export.TR") }}CAD
        </span>
      </a>
@@ -116,9 +116,9 @@
</script>
<style lang="scss">
.tabBackground {
  border: 0.01rem solid #eae8e8;
  border: 1px solid #eae8e8;
  background-color: white;
  margin-top: -0.01rem;
  margin-top: -1px;
}
.imgBox {
@@ -131,14 +131,14 @@
.diagram {
  cursor: pointer;
  font-size: 0.12rem;
  font-size: 12px;
  margin-top: 0;
  margin-bottom: 0.03rem;
  padding-top: 0.05rem;
  height: 0.27rem;
  margin-bottom: 3px;
  padding-top: 5px;
  height: 27px;
  &>span {
    font-size: 0.12rem;
    font-size: 12px;
    font-family: "SourceHanSans-Bold";
  }
}
@@ -154,8 +154,8 @@
.debug_span {
  z-index: 1000;
  position: absolute;
  bottom: 0.02rem;
  left: 0rem;
  bottom: 2px;
  left:0px;
  opacity: 0.4;
}
@@ -164,8 +164,8 @@
  height: unset;
  border-radius: unset;
  border-width: 0;
  padding: 0.07rem 0.14rem;
  font-size: 0.12rem;
  padding: 7px 14px;
  font-size: 12px;
  outline: none !important;
  background-image: none !important;
  border-radius: unset !important;
@@ -184,7 +184,7 @@
  }
  &.blue-stripe {
    border-left: 0.03rem solid #4b8df8;
    border-left: 3px solid #4b8df8;
  }
}
</style>