marymelisa 4 éve
szülő
commit
4bba1da644

+ 6 - 2
src/views/information/goods/components/rightSpot/index.vue

@@ -14,12 +14,16 @@
     <div class="spotCont">
         <a-collapse class="spotCollapse" :bordered="false">
             <template #expandIcon>
-                <span class="icon iconfont icon-shouqi1"></span>
+                <!-- <svg class="icon svg-icon" aria-hidden="true">
+                    <use xlink:href="#icon-shouqi1"></use>
+                </svg> -->
             </template>
             <a-collapse-panel key="1" header="This is panel header 1">
                 <a-collapse default-active-key="4">
                     <template #expandIcon>
-                        <span class="icon iconfont icon-shouqi1"></span>
+                        <!-- <svg class="icon svg-icon" aria-hidden="true">
+                            <use xlink:href="#icon-shouqi1"></use>
+                        </svg> -->
                     </template>
                     <a-collapse-panel key="4" header="This is panel nest panel">
                         <p>A dog is a type of domesticated animal.Known for its loyalty and faithfulness,it can be found as a welcome guest in many households across the world</p>

+ 1 - 1
src/views/information/goods/list/spot-variety/index.vue

@@ -8,7 +8,7 @@
       <div class="leftSpot">
        <leftMenu></leftMenu>
       </div>
-      <div class="rightCon@/common/methods
+      <div class="rightCont">
         <rightSpot></rightSpot>
       </div>
     </div>