formatting

This commit is contained in:
ThatOneCalculator 2023-02-15 12:46:27 -08:00
parent 694ce70d6e
commit b62249b77f
No known key found for this signature in database
GPG key ID: 8703CACD01000000

View file

@ -2,7 +2,7 @@
<MkContainer :show-header="widgetProps.showHeader" class="mkw-userList">
<template #header><i class="ph-user-list-bold ph-lg"></i> {{ list ? list.name : i18n.ts._widgets.userList }}</template>
<template #func="{ buttonStyleClass }"><button class="_button" :class="buttonStyleClass" @click="configure()"><i class="ph-gear-six-bold ph-lg"></i></button></template>
<div class="wsdlkfj">
<div v-if="widgetProps.listId == null" class="init">
<MkButton primary @click="chooseList">{{ i18n.ts._widgets._userList.chooseList }}</MkButton>
@ -14,7 +14,7 @@
</div>
</MkContainer>
</template>
<script lang="ts" setup>
import { useWidgetPropsManager, Widget, WidgetComponentExpose } from './widget';
import { GetFormResultType } from '@/scripts/form';
@ -92,7 +92,7 @@ defineExpose<WidgetComponentExpose>({
id: props.widget ? props.widget.id : null,
});
</script>
<style lang="scss" module>
.wsdlkfj {
> .init {