| | |
| | | <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> |
| | |
| | | </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 { |
| | |
| | | |
| | | .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"; |
| | | } |
| | | } |
| | |
| | | .debug_span { |
| | | z-index: 1000; |
| | | position: absolute; |
| | | bottom: 0.02rem; |
| | | left: 0rem; |
| | | bottom: 2px; |
| | | left:0px; |
| | | opacity: 0.4; |
| | | } |
| | | |
| | |
| | | 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; |
| | |
| | | } |
| | | |
| | | &.blue-stripe { |
| | | border-left: 0.03rem solid #4b8df8; |
| | | border-left: 3px solid #4b8df8; |
| | | } |
| | | } |
| | | </style> |