Merge branch 'main' of ssh://18.167.251.121:10002/aidlab/FiDA_Front
This commit is contained in:
@@ -62,6 +62,7 @@ const {} = toRefs(data);
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="download">{{ $t('threeModel.download') }}</div>
|
||||
</div>
|
||||
</template>
|
||||
<style lang="less" scoped>
|
||||
@@ -76,6 +77,20 @@ const {} = toRefs(data);
|
||||
line-height: 2.7rem;
|
||||
color: #000;
|
||||
}
|
||||
> .download{
|
||||
margin-left: 4.2rem;
|
||||
margin-top: 24.8rem;
|
||||
line-height: 3rem;
|
||||
width: 20rem;
|
||||
border-radius: 1.5rem;
|
||||
color: #fff;
|
||||
background-color: #ff7a51;
|
||||
font-weight: 600;
|
||||
font-style: Semibold;
|
||||
font-size: 1.2rem;
|
||||
text-align: center;
|
||||
cursor: pointer;
|
||||
}
|
||||
> .detail{
|
||||
> .name{
|
||||
> .title{
|
||||
|
||||
@@ -191,5 +191,6 @@ export default {
|
||||
//3d面板
|
||||
threeModel: {
|
||||
loading: 'Loading',
|
||||
download: 'Download',
|
||||
}
|
||||
}
|
||||
|
||||
@@ -186,5 +186,6 @@ export default {
|
||||
//3d面板
|
||||
threeModel: {
|
||||
loading: '加载中',
|
||||
download: '下载',
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user