Browse Source

Merge branch 'dev_1.1.1' of https://git.yishihui.com/DeNet/de-net into dev_1.1.1

wenliming 2 years ago
parent
commit
b7586a7aca
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/view/iframe/group-card/card.vue

+ 1 - 1
src/view/iframe/group-card/card.vue

@@ -38,7 +38,7 @@
             </div>
             </div>
 
 
             <svg @click="clickArrow" v-show="state.show == 'arrow'" id="denet_tip_group_arrow"
             <svg @click="clickArrow" v-show="state.show == 'arrow'" id="denet_tip_group_arrow"
-                style="position: absolute; right: 20px;" width="40" height="40" viewBox="0 0 40 40" fill="none"
+                style="position: absolute; right: 20px; cursor: pointer;" width="40" height="40" viewBox="0 0 40 40" fill="none"
                 xmlns="http://www.w3.org/2000/svg">
                 xmlns="http://www.w3.org/2000/svg">
                 <path d="M15 10L26 19.6875L15 29.375" stroke="white" stroke-width="2" />
                 <path d="M15 10L26 19.6875L15 29.375" stroke="white" stroke-width="2" />
             </svg>
             </svg>