补充组件描述信息
This commit is contained in:
@@ -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 = {
|
||||
|
||||
@@ -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;
|
||||
Reference in New Issue
Block a user