|  | @@ -1,5 +1,5 @@
 | 
											
												
													
														|  |  <template>
 |  |  <template>
 | 
											
												
													
														|  | -    <div class="nft">
 |  | 
 | 
											
												
													
														|  | 
 |  | +    <div class="nft" :class="{ border: isShare }">
 | 
											
												
													
														|  |          <template v-if="!isLoading">
 |  |          <template v-if="!isLoading">
 | 
											
												
													
														|  |              <div class="title">
 |  |              <div class="title">
 | 
											
												
													
														|  |                  <div class="tag">
 |  |                  <div class="tag">
 | 
											
										
											
												
													
														|  | @@ -115,6 +115,10 @@ body {
 | 
											
												
													
														|  |      user-select:none;
 |  |      user-select:none;
 | 
											
												
													
														|  |      border-radius:20px;
 |  |      border-radius:20px;
 | 
											
												
													
														|  |      background:#F7F9F9;
 |  |      background:#F7F9F9;
 | 
											
												
													
														|  | 
 |  | +    &.border {
 | 
											
												
													
														|  | 
 |  | +        box-sizing: border-box;
 | 
											
												
													
														|  | 
 |  | +        border: solid 1px #DCDCDC;
 | 
											
												
													
														|  | 
 |  | +    }
 | 
											
												
													
														|  |      .title {
 |  |      .title {
 | 
											
												
													
														|  |          height:46px;
 |  |          height:46px;
 | 
											
												
													
														|  |          display:flex;
 |  |          display:flex;
 |