Merge branch 'main' of http://18.167.251.121:10003/aidlab/FiDA_Front
This commit is contained in:
@@ -80,7 +80,7 @@
|
||||
> .shortcut-list {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: 10px 4px;
|
||||
gap: 10px 3px;
|
||||
user-select: none;
|
||||
> .item {
|
||||
display: flex;
|
||||
|
||||
@@ -171,7 +171,7 @@
|
||||
}
|
||||
])
|
||||
const onPreview = (item: any) => {
|
||||
if(data.superiorNodeType == NODE_DATATYPE.TO_3D_MODEL){
|
||||
if(data.superiorNodeType == NODE_DATATYPE.TO_3D_MODEL && tier.value != 0){
|
||||
openThreeModelPreview({
|
||||
glbPath:item?.glbPath,
|
||||
glbInfoObj:item?.glbInfoObj,
|
||||
|
||||
@@ -34,10 +34,10 @@ const {} = toRefs(data);
|
||||
<div class="detail">
|
||||
<div class="name">
|
||||
<div class="title fs18">
|
||||
Sofa
|
||||
3D Asset
|
||||
</div>
|
||||
<div class="fs14 c66">
|
||||
Model Name
|
||||
File Format:glb.
|
||||
</div>
|
||||
</div>
|
||||
<div class="fs14 c18">
|
||||
|
||||
Reference in New Issue
Block a user