File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change 1010 <img class =" qrcode" :src =" qrcode" />
1111 <!-- <img class="qrcode" :src="`https://tdesign.gtimg.com/miniprogram/qrcode/${name}.png`" /> -->
1212 </div >
13- <iframe :src =" liveUrl" frameborder =" 0" width =" 100%" height =" 100%"
14- style =" box-sizing : border-box ; border-radius : 0 0 6px 6px ; overflow : hidden ; border-top : 8px solid #f8f8f8 " ></iframe >
13+ <iframe
14+ :src =" liveUrl"
15+ frameborder =" 0"
16+ width =" 100%"
17+ height =" 100%"
18+ style =" box-sizing : border-box ; border-radius : 0 0 6px 6px ; overflow : hidden ; border-top : 8px solid #f8f8f8 "
19+ ></iframe >
1520 </td-doc-phone >
1621 <td-contributors platform =" miniprogram" framework =" wx" :component-name =" name" ></td-contributors >
1722 </div >
@@ -57,7 +62,7 @@ export default defineComponent({
5762 return path .slice (path .lastIndexOf (' /' ) + 1 );
5863 },
5964 liveUrl() {
60- return ` /miniprogram-live/m2w/program/miniprogram/#!pages/${this .name }/${this .name }.html ` ;
65+ return ` //tdesign.tencent.com/ miniprogram-live/m2w/program/miniprogram/#!pages/${this .name }/${this .name }.html ` ;
6166 },
6267 qrcode() {
6368 const { path } = this .$route ;
@@ -108,7 +113,7 @@ export default defineComponent({
108113 filter : unset ;
109114 }
110115
111- div [name = ' DEMO' ] & + pre {
116+ div [name = ' DEMO' ] & + pre {
112117 margin-top : 0 ;
113118 border-top-left-radius : 0 ;
114119 border-top-right-radius : 0 ;
You can’t perform that action at this time.
0 commit comments