Sanakey
6 天以前 cb165187ddcf5d9cfd8aad97a2868d0343b14bd9
src/views/clues/components/drawer/index.vue
@@ -36,24 +36,7 @@
              {{ tag }}
            </Tag>
          </template>
          <TagSelector class="pb-10px"></TagSelector>
          <a-popconfirm title="Title" >
            <Icon
              icon="uil:focus-add"
              class="mr-15px  cursor-pointer"
              @click=""
              :style="{ color: 'hotpink' }"
              :size="20"
            />
            <template #description>
            </template>
          </a-popconfirm>
<!--          <a-dropdown :trigger="['click']">-->
<!--            <template #overlay>-->
<!--              <TagSelector></TagSelector>-->
<!--            </template>-->
<!--          </a-dropdown>-->
          <TagSelector class="pb-10px inline-block mt-10px"></TagSelector>
        </div>
      </Col>
@@ -167,7 +150,10 @@
      background-color: @component-background;
    }
    .scroll-wrap{
      height: calc(100vh - 290px);
      height: calc(100vh - 310px);
    }
    //:deep(.scrollbar__wrap)   {
    //  padding: 10px !important;
    //}
  }
</style>