补充组件描述信息

This commit is contained in:
就眠儀式
2022-02-06 05:20:07 +08:00
parent 6e568f2d2f
commit a6f07d175c
23 changed files with 125 additions and 16 deletions

View File

@@ -23,12 +23,7 @@ export default {
<script setup lang="ts">
import "./index.less";
import postionFns from "./calcPosition";
import {
CSSProperties,
ref,
watch,
onMounted,
} from "vue";
import { CSSProperties, ref, watch, onMounted } from "vue";
import { on } from "../../utils/domUtil";
export interface LayPopperProps {
@@ -54,6 +49,7 @@ const props = withDefaults(defineProps<LayPopperProps>(),
trigger: "hover",
}
);
const emit = defineEmits(["update:visible"]);
const EVENT_MAP: any = {

View File

@@ -11,11 +11,4 @@
@global-fore-color: #ffffff;
// 背景色
@global-back-color: #393D49;
@button-primary-color: @global-primary-color;
@button-border-radius: @global-border-radius;
@table-primary-color: @global-primary-color;
@global-back-color: #393D49;