zhangyuhan 1 жил өмнө
parent
commit
50bc8c3093

+ 4 - 0
apps/bigmember_pc/src/components/common/MonitorPopover.vue

@@ -3,6 +3,7 @@
     <ul class="monitor-ul">
       <li class="first-bottom" v-if="showTip">{{ textConfig.tip }}</li>
       <li
+        class="monitor-more-actions"
         :class="{ 'b-style-none': !showTip }"
         v-if="showMore"
         @click="$emit('click', 'more')"
@@ -129,6 +130,9 @@ export default {
       &:last-child {
         padding: 12px 0 0;
       }
+      &.monitor-more-actions {
+        font-size: 16px;
+      }
       &.b-style-none {
         border: none;
       }