li-guang
2020-12-11 88a0ab37eb40b67b2a963faf49d19aae82b4fc66
hive-app/components/popover/index.vue
@@ -1,5 +1,5 @@
<template>
   <view>
   <view class="content">
      <slot></slot>
   </view>
</template>
@@ -16,4 +16,8 @@
</script>
<style>
   .content{
      background: #4c4c4c;
      border-radius: 4px;
   }
</style>